added real function call and if conversion headers
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 14 Mar 2005 14:46:19 +0000 (14:46 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 14 Mar 2005 14:46:19 +0000 (14:46 +0000)
[r5386]

ir/common/firm.h

index f22ecaf..1725147 100644 (file)
@@ -74,7 +74,9 @@ extern "C" {
 #include "tailrec.h"        /* optimize tail-recursion calls */
 #include "ircgopt.h"        /* Optimizations based on interprocedural graph */
 #include "strength_red.h"   /* Strength reduction */
-#include "loop_unrolling.h" /* Do loop unrolling*/
+#include "loop_unrolling.h" /* Do loop unrolling */
+#include "ifconv.h"         /* if conversion */
+#include "funccall.h"       /* real function call optimization */
 
 /* Analyses */
 #include "irouts.h"         /* Graph reversal / out edges. */