removed pn_Bound_M_except, Bound now have only one memory output
[libfirm] / ir / ir / irgopt_t.h
index e2446f9..82e286c 100644 (file)
@@ -5,6 +5,8 @@
 #ifndef _IRGOPT_T_H
 #define _IRGOPT_T_H
 
+//void copy_node (ir_node *n, void *env);
+void copy_preds(ir_node *n, void *env);
 void firm_copy_node (ir_node *n, void *env);
 
 #endif