From: Michael Beck Date: Mon, 14 Mar 2005 14:46:19 +0000 (+0000) Subject: added real function call and if conversion headers X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=467aee640f5abda0d3b1998397de174f3e8312f6;p=libfirm added real function call and if conversion headers [r5386] --- 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. */