diff options
Diffstat (limited to 'gcc/stupid.c')
-rwxr-xr-x | gcc/stupid.c | 5 |
1 files changed, 0 insertions, 5 deletions
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]); |