*** empty log message ***
authorDaniel Grund <grund@cs.uni-saarland.de>
Thu, 16 Dec 2004 09:58:20 +0000 (09:58 +0000)
committerDaniel Grund <grund@cs.uni-saarland.de>
Thu, 16 Dec 2004 09:58:20 +0000 (09:58 +0000)
ir/be/bechordal.h

index 4125693..580a98c 100644 (file)
@@ -15,6 +15,8 @@
  */
 void be_ra_chordal(ir_graph *irg);
 
-void be_ra_chordal_free(ir_graph *irg);
+void be_ra_chordal_done(ir_graph *irg);
+
+int phi_ops_interfere(const ir_node *a, const ir_node *b);
 
 #endif