Commit bd1fd7fb by Jeff Law

pa.md (define_split for (plus (reg) (large_constant))): Treat large_constant as signed.

	* pa.md (define_split for (plus (reg) (large_constant))): Treat
	large_constant as signed.

From-SVN: r7583
parent 774672d2
......@@ -2057,7 +2057,7 @@
(match_dup 1)))]
"
{
unsigned HOST_WIDE_INT intval = INTVAL (operands[2]);
HOST_WIDE_INT intval = INTVAL (operands[2]);
/* Try dividing the constant by 2, then 4, and finally 8 to see
if we can get a constant which can be loaded into a register
......
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