Commit e8b641a1 by Richard Kenner

*** empty log message ***

From-SVN: r261
parent 0bea1073
......@@ -1922,6 +1922,10 @@ find_auto_inc (needed, x, insn)
}
emit_insns_before (insns, insn);
if (basic_block_head[BLOCK_NUM (insn)] == insn)
basic_block_head[BLOCK_NUM (insn)] = insns;
XEXP (x, 0) = q;
XEXP (y, 0) = q;
......
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