(movti split): Set CR to 3, not 1 like DImode.
From-SVN: r6175
This commit is contained in:
parent
fd72420f23
commit
b80d1946f8
@ -2187,7 +2187,7 @@
|
|||||||
"TARGET_NO_STOREM_BUG
|
"TARGET_NO_STOREM_BUG
|
||||||
&& (memory_operand (operands[0], TImode)
|
&& (memory_operand (operands[0], TImode)
|
||||||
|| memory_operand (operands[1], TImode))"
|
|| memory_operand (operands[1], TImode))"
|
||||||
[(set (reg:PSI 179) (const_int 1))
|
[(set (reg:PSI 179) (const_int 3))
|
||||||
(parallel [(set (match_dup 0) (match_dup 1))
|
(parallel [(set (match_dup 0) (match_dup 1))
|
||||||
(use (reg:PSI 179))
|
(use (reg:PSI 179))
|
||||||
(clobber (reg:PSI 179))])]
|
(clobber (reg:PSI 179))])]
|
||||||
|
Loading…
Reference in New Issue
Block a user