removed is_Start macro, there exists a firm function now
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Thu, 21 Sep 2006 13:42:58 +0000 (13:42 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Thu, 21 Sep 2006 13:42:58 +0000 (13:42 +0000)
ir/be/ia32/bearch_ia32.c

index c96f258..04c1a07 100644 (file)
@@ -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]);