Commit a03f67cb by Richard Kenner

(mark_used_regs): Look inside a CLOBBER...

(mark_used_regs): Look inside a CLOBBER; it may be the only place regs
are used if it has a stack slot that is from an inlined function.

From-SVN: r6193
parent c3a02afe
......@@ -2159,7 +2159,6 @@ mark_used_regs (needed, live, x, final, insn)
case CONST:
case CONST_DOUBLE:
case PC:
case CLOBBER:
case ADDR_VEC:
case ADDR_DIFF_VEC:
case ASM_INPUT:
......
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