used ircons_t.h now
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 8 Jul 2004 15:07:19 +0000 (15:07 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 8 Jul 2004 15:07:19 +0000 (15:07 +0000)
[r3369]

ir/ir/irgopt.c
ir/ir/iropt.c

index e6a9799..7798f0f 100644 (file)
@@ -24,7 +24,7 @@
 # include "irgraph_t.h"
 # include "iropt_t.h"
 # include "irgwalk.h"
-# include "ircons.h"
+# include "ircons_t.h"
 # include "irgmod.h"
 # include "array.h"
 # include "pset.h"
index 13e3bdd..ba6894c 100644 (file)
@@ -18,7 +18,7 @@
 # include "irgraph_t.h"
 # include "irmode_t.h"
 # include "iropt_t.h"
-# include "ircons.h"
+# include "ircons_t.h"
 # include "irgmod.h"
 # include "irvrfy.h"
 # include "tv.h"