moved all lower_* header into new lowering.h
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 1 Jun 2007 21:22:19 +0000 (21:22 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 1 Jun 2007 21:22:19 +0000 (21:22 +0000)
[r14259]

ir/lower/lower_calls.c
ir/lower/lower_dw.c
ir/lower/lower_hl.c
ir/lower/lower_intrinsics.c

index edc753c..606d9f7 100644 (file)
@@ -28,6 +28,7 @@
 #include "config.h"
 #endif
 
+#include "lowering.h"
 #include "irprog_t.h"
 #include "irnode_t.h"
 #include "type_t.h"
@@ -35,7 +36,6 @@
 #include "ircons.h"
 #include "irgmod.h"
 #include "irgwalk.h"
-#include "lower_calls.h"
 #include "irtools.h"
 #include "iroptimize.h"
 #include "array.h"
index 7cfc3be..753eb9d 100644 (file)
@@ -37,6 +37,7 @@
 
 #include <assert.h>
 
+#include "lowering.h"
 #include "irnode_t.h"
 #include "irgraph_t.h"
 #include "irmode_t.h"
@@ -49,7 +50,6 @@
 #include "firmstat.h"
 #include "irgwalk.h"
 #include "ircons.h"
-#include "lower_dw.h"
 #include "irflag.h"
 #include "irtools.h"
 #include "debug.h"
index da09af0..1bd1ffe 100644 (file)
 # include "config.h"
 #endif
 
+#include "lowering.h"
 #include "irmode_t.h"
 #include "irnode_t.h"
 #include "entity_t.h"
 #include "typerep.h"
 #include "irprog_t.h"
 #include "ircons.h"
-#include "lower_hl.h"
 #include "irhooks.h"
 #include "irgmod.h"
 #include "irgwalk.h"
index a0f8199..37b5d7f 100644 (file)
@@ -28,6 +28,7 @@
 #include "config.h"
 #endif
 
+#include "lowering.h"
 #include "irop_t.h"
 #include "irprog_t.h"
 #include "irnode_t.h"
@@ -37,7 +38,6 @@
 #include "irgmod.h"
 #include "irgopt.h"
 #include "trouts.h"
-#include "lower_intrinsics.h"
 #include "pmap.h"
 #include "xmalloc.h"