From fccd14d21ad7d4848fad1e11ec56ee28486b08af Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 14 Oct 2012 14:01:15 +0000 Subject: Clight: split off the big step semantics in ClightBigstep. Cstrategy: updated the big-step semantics with Eseqand and Eseqor. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2062 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9e011fa..844697d 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ BACKEND=\ CFRONTEND=Ctypes.v Cop.v Csyntax.v Csem.v Cstrategy.v Cexec.v \ Initializers.v Initializersproof.v \ SimplExpr.v SimplExprspec.v SimplExprproof.v \ - Clight.v Cshmgen.v Cshmgenproof.v \ + Clight.v ClightBigstep.v Cshmgen.v Cshmgenproof.v \ Csharpminor.v Cminorgen.v Cminorgenproof.v # Putting everything together (in driver/) -- cgit v1.2.3