From 20a2ed47862b0fa29c059e6144616e846d3b5e46 Mon Sep 17 00:00:00 2001 From: Daniel Grund Date: Thu, 16 Dec 2004 09:58:20 +0000 Subject: [PATCH] *** empty log message *** --- ir/be/bechordal.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ir/be/bechordal.h b/ir/be/bechordal.h index 41256936a..580a98c23 100644 --- a/ir/be/bechordal.h +++ b/ir/be/bechordal.h @@ -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 -- 2.20.1