mark methods with lowered struct params, correctly handle x86 abi for this case
[libfirm] / include / libfirm / irgmod.h
index cf5cac6..09f4820 100644 (file)
@@ -73,4 +73,10 @@ void collect_phiprojs(ir_graph *irg);
  */
 void part_block(ir_node *node);
 
+/**
+ * Kill a node by setting its predecessors to Bad and finally
+ * exchange the node by Bad itself.
+ */
+void kill_node(ir_node *node);
+
 #endif /* FIRM_IR_IRGMOD_H */