From: Götz Lindenmaier Date: Fri, 26 Nov 2004 14:09:29 +0000 (+0000) Subject: stuff needed in loop unrolling. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=1b1d1dbb1c06d7cca997b9457ade12f00e8f2255;p=libfirm stuff needed in loop unrolling. [r4472] --- 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);