Remove the unused parameter const arch_env_t *env from arch_get_irn_register().
[libfirm] / include / libfirm / irgmod.h
index cf5cac6..11ad05e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -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 */