From: Sebastian Hack Date: Wed, 22 Mar 2006 14:12:09 +0000 (+0000) Subject: Added prototype for checker X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=404973dd7309adbb00fe757eaab3cd58db2468b1;p=libfirm Added prototype for checker --- 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,