From: Matthias Braun Date: Sat, 7 May 2011 13:47:01 +0000 (+0200) Subject: Do not generate declaration for non-existing arch_get_n_regs() X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e5c563cad5e1a02c31830ed2c6933890ba9cf1a9;p=libfirm Do not generate declaration for non-existing arch_get_n_regs() --- diff --git a/ir/be/scripts/generate_regalloc_if.pl b/ir/be/scripts/generate_regalloc_if.pl index 388f58336..c754c58ed 100755 --- a/ir/be/scripts/generate_regalloc_if.pl +++ b/ir/be/scripts/generate_regalloc_if.pl @@ -294,7 +294,6 @@ extern const arch_register_t ${arch}_registers[N_${archuc}_REGISTERS]; extern arch_register_class_t ${arch}_reg_classes[N_${archuc}_CLASSES]; void ${arch}_register_init(void); -unsigned ${arch}_get_n_regs(void); #endif EOF