From: Michael Beck Date: Thu, 8 Jul 2004 15:08:30 +0000 (+0000) Subject: ed ircons_t.h now X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=15649b30102d109b5047b5fd35a88208f5fed527;p=libfirm ed ircons_t.h now [r3371] --- diff --git a/ir/ir/Makefile.in b/ir/ir/Makefile.in index 3ab568039..cfd7ff3b1 100644 --- a/ir/ir/Makefile.in +++ b/ir/ir/Makefile.in @@ -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 diff --git a/ir/ir/ircgcons.c b/ir/ir/ircgcons.c index 0b2afb026..a6162da36 100644 --- a/ir/ir/ircgcons.c +++ b/ir/ir/ircgcons.c @@ -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"