Commit 3a0e695a by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

* config/cris/cris.md ("movsi"): Fix typo in last change.

From-SVN: r126534
parent 1cc65ce2
2007-07-11 Hans-Peter Nilsson <hp@axis.com>
* config/cris/cris.md ("movsi"): Fix typo in last change.
2007-07-09 Geoffrey Keating <geoffk@apple.com>
PR 32617
......
......@@ -789,7 +789,7 @@
if (MEM_P (operands[0])
&& ! REG_S_P (operands[1])
&& operands[1] != const0_rtx
&& may_create_pseudo__p ())
&& can_create_pseudo_p ())
operands[1] = force_reg (SImode, operands[1]);
/* If we're generating PIC and have an incoming symbol, validize it to a
......
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