From 00b605a1d52696b055dd232a05dd54a312680b93 Mon Sep 17 00:00:00 2001 From: xleroy Date: Thu, 26 Mar 2009 09:50:18 +0000 Subject: Added tail call optimization pass git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1015 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1753471..26a3f4d 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,7 @@ BACKEND=\ Selection.v Selectionproof.v \ Registers.v RTL.v \ RTLgen.v RTLgenspec.v RTLgenproof.v \ + Tailcall.v Tailcallproof.v \ RTLtyping.v \ Kildall.v \ Constprop.v Constpropproof.v \ -- cgit v1.2.3