Commit 662347c5 by Jeff Law

local-alloc.c (block_alloc): Stop looping over the input operands once we find…

local-alloc.c (block_alloc): Stop looping over the input operands once we find an input/output register pair...

	* local-alloc.c (block_alloc): Stop looping over the input
	operands once we find an input/output register pair which can
	be combined into a single qty.

From-SVN: r8990
parent 0076ac01
......@@ -1294,6 +1294,8 @@ block_alloc (b)
win = combine_regs (r1, r0, may_save_copy,
insn_number, insn, 0);
}
if (win)
break;
}
}
......
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