From 404973dd7309adbb00fe757eaab3cd58db2468b1 Mon Sep 17 00:00:00 2001 From: Sebastian Hack Date: Wed, 22 Mar 2006 14:12:09 +0000 Subject: [PATCH] Added prototype for checker --- ir/be/bechordal_t.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ir/be/bechordal_t.h b/ir/be/bechordal_t.h index bec2ead2f..c8d632cd4 100644 --- a/ir/be/bechordal_t.h +++ b/ir/be/bechordal_t.h @@ -81,6 +81,12 @@ int nodes_interfere(const be_chordal_env_t *env, const ir_node *a, const ir_node void be_ra_chordal_color(be_chordal_env_t *chordal_env); +/** + * Check a register allocation obtained with the chordal register allocator. + * @param chordal_env The chordal environment. + */ +void be_ra_chordal_check(be_chordal_env_t *chordal_env); + enum { /* spill method */ BE_CH_SPILL_BELADY = 1, -- 2.20.1