From 467aee640f5abda0d3b1998397de174f3e8312f6 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 14 Mar 2005 14:46:19 +0000 Subject: [PATCH] added real function call and if conversion headers [r5386] --- ir/common/firm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ir/common/firm.h b/ir/common/firm.h index f22ecafe2..172514705 100644 --- a/ir/common/firm.h +++ b/ir/common/firm.h @@ -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. */ -- 2.20.1