diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-03-28 08:08:46 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-03-28 08:08:46 +0000 |
commit | f37a87e35850e57febba0a39ce3cb526e7886c10 (patch) | |
tree | 5f425efb2ee4b5f5fa263c067f5491e3ff8736c2 /Makefile | |
parent | 20d63e8ff055ba280061a2fc15a033b038890872 (diff) |
Revert commits r2435 and r2436 (coarser RTLtyping / finer Lineartyping):
the new Lineartyping can't keep track of single floats that were spilled.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2438 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ LIB=Axioms.v Coqlib.v Intv.v Maps.v Heaps.v Lattice.v Ordered.v \ # Parts common to the front-ends and the back-end (in common/) COMMON=Errors.v AST.v Events.v Globalenvs.v Memdata.v Memtype.v Memory.v \ - Values.v Smallstep.v Behaviors.v Switch.v Determinism.v Unityping.v + Values.v Smallstep.v Behaviors.v Switch.v Determinism.v Subtyping.v # Back-end modules (in backend/, $(ARCH)/, $(ARCH)/$(VARIANT)) |