From: Christian Würdig Date: Thu, 21 Sep 2006 13:42:58 +0000 (+0000) Subject: removed is_Start macro, there exists a firm function now X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=946809f2badd29188da796e0eb8e66c22d9a1ac0;p=libfirm removed is_Start macro, there exists a firm function now --- diff --git a/ir/be/ia32/bearch_ia32.c b/ir/be/ia32/bearch_ia32.c index c96f25875..04c1a07bd 100644 --- a/ir/be/ia32/bearch_ia32.c +++ b/ir/be/ia32/bearch_ia32.c @@ -62,9 +62,6 @@ /* TODO: ugly */ static set *cur_reg_set = NULL; -#undef is_Start -#define is_Start(irn) (get_irn_opcode(irn) == iro_Start) - /* Creates the unique per irg GP NoReg node. */ ir_node *ia32_new_NoReg_gp(ia32_code_gen_t *cg) { return be_abi_get_callee_save_irn(cg->birg->abi, &ia32_gp_regs[REG_GP_NOREG]);