Commit a3ec87a8 by Richard Stallman

(reload): Clear reload_in_progress even if reloading fails.

From-SVN: r3215
parent a3b5c94a
......@@ -1829,12 +1829,12 @@ reload (first, global, dumpfile)
basic_block_live_at_start[i][FRAME_POINTER_REGNUM / REGSET_ELT_BITS]
&= ~ ((REGSET_ELT_TYPE) 1 << (FRAME_POINTER_REGNUM % REGSET_ELT_BITS));
reload_in_progress = 0;
/* Come here (with failure set nonzero) if we can't get enough spill regs
and we decide not to abort about it. */
failed:
reload_in_progress = 0;
/* Now eliminate all pseudo regs by modifying them into
their equivalent memory references.
The REG-rtx's for the pseudos are modified in place,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment