From 7aeb8da2138f7521a78d377343b3a266e1e6f9d6 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 14 Feb 2016 18:43:19 -0800 Subject: remove delay slot and stack reg code --- gcc/stupid.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/stupid.c') diff --git a/gcc/stupid.c b/gcc/stupid.c index e68f239..1ba8881 100755 --- a/gcc/stupid.c +++ b/gcc/stupid.c @@ -531,11 +531,6 @@ stupid_find_reg (call_preserved, class, mode, for (ins = born_insn; ins < dead_insn; ins++) IOR_HARD_REG_SET (used, after_insn_hard_regs[ins]); -#ifdef STACK_REGS - if (current_function_has_computed_jump) - for (i = FIRST_STACK_REG; i <= LAST_STACK_REG; i++) - SET_HARD_REG_BIT (used, i); -#endif IOR_COMPL_HARD_REG_SET (used, reg_class_contents[(int) class]); -- cgit v1.2.3