diff options
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r-- | gcc/reload1.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c index 803fd01..5a919c4 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -2845,9 +2845,6 @@ eliminate_regs_in_insn (insn, replace) abort (); } - if (! replace) - push_obstacks (&reload_obstack, &reload_obstack); - if (old_set != 0 && GET_CODE (SET_DEST (old_set)) == REG && REGNO (SET_DEST (old_set)) < FIRST_PSEUDO_REGISTER) { @@ -3148,9 +3145,6 @@ eliminate_regs_in_insn (insn, replace) if (val && REG_NOTES (insn) != 0) REG_NOTES (insn) = eliminate_regs (REG_NOTES (insn), 0, REG_NOTES (insn)); - if (! replace) - pop_obstacks (); - return val; } |