Commit fe089a90 by Richard Stallman

Fix typo in previous change.

From-SVN: r5448
parent 8b6813aa
......@@ -2654,7 +2654,7 @@ eliminate_regs (x, mem_mode, insn)
{
if (! mem_mode
/* Refs inside notes don't count for this purpose. */
&& ! (insn == 0 && (GET_CODE (insn) == EXPR_LIST
&& ! (insn != 0 && (GET_CODE (insn) == EXPR_LIST
|| GET_CODE (insn) == INSN_LIST)))
ep->ref_outside_mem = 1;
return plus_constant (ep->to_rtx, ep->previous_offset);
......
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