From 1b1d1dbb1c06d7cca997b9457ade12f00e8f2255 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Fri, 26 Nov 2004 14:09:29 +0000 Subject: [PATCH] stuff needed in loop unrolling. [r4472] --- ir/ir/Makefile.in | 2 +- ir/ir/irgopt_t.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 ir/ir/irgopt_t.h diff --git a/ir/ir/Makefile.in b/ir/ir/Makefile.in index 8b5253121..bfc5b69f7 100644 --- a/ir/ir/Makefile.in +++ b/ir/ir/Makefile.in @@ -23,7 +23,7 @@ SOURCES = $(INSTALL_HEADERS) SOURCES += Makefile.in \ ircons.c ircons_t.h irgmod.c irgraph_t.h irnode.c iropt.c iropt_t.h irvrfy.c \ - irgwalk.c irgwalk_blk.c irdump.c irdumptxt.c irgopt.c irnode_t.h \ + irgwalk.c irgwalk_blk.c irdump.c irdumptxt.c irgopt.c irgopt_t.h irnode_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 irreflect.c irarch.c diff --git a/ir/ir/irgopt_t.h b/ir/ir/irgopt_t.h new file mode 100644 index 000000000..cadc1d046 --- /dev/null +++ b/ir/ir/irgopt_t.h @@ -0,0 +1,2 @@ + +void copy_node (ir_node *n, void *env); -- 2.20.1