From b22a9a16f0a5a1a108bed2dec0e1d29af5605107 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 3 Mar 2006 16:54:28 +0000 Subject: [PATCH] included lowerering files [r7394] --- ir/common/firm.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ir/common/firm.h b/ir/common/firm.h index df4b8df07..4b7b4d0a7 100644 --- a/ir/common/firm.h +++ b/ir/common/firm.h @@ -84,6 +84,10 @@ extern "C" { #include "gvn_pre.h" /* global value numbering and partial redundancy elimination */ //#include "opt_branches.h" /* Branch optimizations */ +/* Lowering */ +#include "lower_calls.h" /* lowering of different calls */ +#include "lower_intrinsics.h" /* lowering of intrinsic calls */ + /* Analyses */ #include "irouts.h" /* Graph reversal / out edges. */ #include "trouts.h" /* Graph reversal / out edges for types. */ -- 2.20.1