From 15649b30102d109b5047b5fd35a88208f5fed527 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 8 Jul 2004 15:08:30 +0000 Subject: [PATCH] ed ircons_t.h now [r3371] --- ir/ir/Makefile.in | 2 +- ir/ir/ircgcons.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.20.1