added firmstat and tr_vrfy.h again ;-)
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 7 Jul 2004 16:05:53 +0000 (16:05 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 7 Jul 2004 16:05:53 +0000 (16:05 +0000)
[r3348]

ir/common/firm.h

index f6e2ed2..f2e6c94 100644 (file)
@@ -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 <file.h> 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.