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

include/libfirm/be.h
include/libfirm/firm.h
include/libfirm/lowering.h

index 998dd9f..0d65b79 100644 (file)
@@ -29,7 +29,7 @@
 #include <stdio.h>
 #include "irarch.h"
 #include "archop.h"
-#include "lower_dw.h"
+#include "lowering.h"
 #include "dbginfo.h"
 #include "iroptimize.h"
 
index 05bc86d..a8e253c 100644 (file)
@@ -82,10 +82,7 @@ extern "C" {
 #include "ircgopt.h"        /* Optimizations based on interprocedural graph */
 
 /* Lowering */
-#include "lower_calls.h"      /* lowering of different calls */
-#include "lower_intrinsics.h" /* lowering of intrinsic calls */
-#include "lower_dw.h"         /* double word types lowering */
-#include "lower_hl.h"         /* lowering of high-level constructs */
+#include "lowering.h"         /* lowering of different calls parameters, intrinsic calls, double word types, high-level constructs */
 
 /* Analyses */
 #include "irouts.h"           /* Graph reversal / out edges. */
index 2c8742a..5c57e95 100644 (file)
@@ -26,6 +26,7 @@
 #ifndef FIRM_LOWERING_H
 #define FIRM_LOWERING_H
 
+#include "firm_types.h"
 /**
  * A type telling where to add hidden parameters.
  */