From 0236781c3ff798b60c5c8171a0f9b6cd569f7995 Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Thu, 24 May 2018 15:06:18 +0200 Subject: Machblock: Mach language with basic blocks --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 75f475ef..c9008b23 100644 --- a/Makefile +++ b/Makefile @@ -95,6 +95,7 @@ BACKEND=\ Debugvar.v Debugvarproof.v \ Mach.v \ Bounds.v Stacklayout.v Stacking.v Stackingproof.v \ + Machblock.v Machblockgen.v Machblockgenproof.v \ Asm.v Asmgen.v Asmgenproof0.v Asmgenproof1.v Asmgenproof.v # C front-end modules (in cfrontend/) @@ -118,7 +119,7 @@ PARSER=Cabs.v Parser.v # Putting everything together (in driver/) -DRIVER=Compopts.v Compiler.v Complements.v +DRIVER=Compopts.v Compiler.v Complements.v ForwardSimulationBlock.v # All source files -- cgit