summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2014-03-28 08:08:46 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2014-03-28 08:08:46 +0000
commitf37a87e35850e57febba0a39ce3cb526e7886c10 (patch)
tree5f425efb2ee4b5f5fa263c067f5491e3ff8736c2 /Makefile
parent20d63e8ff055ba280061a2fc15a033b038890872 (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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 87a4977..d206461 100644
--- a/Makefile
+++ b/Makefile
@@ -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))