ed ircons_t.h now
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 8 Jul 2004 15:08:30 +0000 (15:08 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 8 Jul 2004 15:08:30 +0000 (15:08 +0000)
[r3371]

ir/ir/Makefile.in
ir/ir/ircgcons.c

index 3ab5680..cfd7ff3 100644 (file)
@@ -22,7 +22,7 @@ INSTALL_HEADERS = irprog.h irgraph.h irnode.h irmode.h irop.h ircons.h        \
 SOURCES = $(INSTALL_HEADERS)
 
 SOURCES +=     Makefile.in \
-               ircons.c irgmod.c irgraph_t.h irnode.c iropt.c irvrfy.c \
+               ircons.c ircons_t.h irgmod.c irgraph_t.h irnode.c iropt.c irvrfy.c \
                irgwalk.c irdump.c irgopt.c irnode_t.h iropt_t.h        \
                irmode.c irop.c irprog.c irflag.c irflag_t.h irgraph.c \
                irmode_t.h irop_t.h irprog_t.h ircgcons.c ircgopt.c
index 0b2afb0..a6162da 100644 (file)
@@ -22,7 +22,7 @@
 #include "irprog.h"
 #include "irnode_t.h"
 #include "irprog_t.h"
-#include "ircons.h"
+#include "ircons_t.h"
 #include "irgmod.h"
 #include "irgwalk.h"
 #include "irflag_t.h"