stuff needed in loop unrolling.
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Fri, 26 Nov 2004 14:09:29 +0000 (14:09 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Fri, 26 Nov 2004 14:09:29 +0000 (14:09 +0000)
[r4472]

ir/ir/Makefile.in
ir/ir/irgopt_t.h [new file with mode: 0644]

index 8b52531..bfc5b69 100644 (file)
@@ -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 (file)
index 0000000..cadc1d0
--- /dev/null
@@ -0,0 +1,2 @@
+
+void copy_node (ir_node *n, void *env);