From e66aae46f7014a82644c3cb2da4d18616f25e2b4 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 7 Jul 2004 16:05:53 +0000 Subject: [PATCH] added firmstat and tr_vrfy.h again ;-) [r3348] --- ir/common/firm.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ir/common/firm.h b/ir/common/firm.h index f6e2ed280..f2e6c940c 100644 --- a/ir/common/firm.h +++ b/ir/common/firm.h @@ -82,7 +82,7 @@ extern "C" { # include "irflag.h" /* optimization flags */ # include "irgopt.h" /* optimize ir */ - /* # include "tailrec.h"*/ /* optimize tail-recursion calls */ +# include "tailrec.h" /* optimize tail-recursion calls */ # include "ircgopt.h" /* Optimizations based on interprocedural graph */ # include "irouts.h" /* Graph reversal / out edges. */ @@ -97,12 +97,15 @@ extern "C" { # include "typegmod.h" /* Support to modify type graph */ # include "mangle.h" /* Support for mangling ident names. */ +# include "firmstat.h" /* statistics */ + /* @@@ temporarily for jni builder until preprocessor works. Then it should be sufficient to include instead - of firm.h as not all enums are needed in the impelmentation + of firm.h as not all enums are needed in the implementation files. */ # include "irdump.h" # include "irvrfy.h" +# include "trvrfy.h" /** * Initialize the firm library. -- 2.20.1