Commit 8dd3b235 by Andreas Krebbel Committed by Ulrich Weigand

s390.md ("movcc"): Set type attribute.

2004-11-02  Andreas Krebbel  <krebbel1@de.ibm.com>

	* config/s390/s390.md ("movcc"): Set type attribute.

From-SVN: r89986
parent bc2dce32
2004-11-02 Andreas Krebbel <krebbel1@de.ibm.com>
* config/s390/s390.md ("movcc"): Set type attribute.
2004-11-02 Kazu Hirata <kazu@cs.umass.edu>
* tree-phinodes.c (add_phi_arg): Add an assertion that the
......
......@@ -1468,7 +1468,8 @@
sty\t%0,%1
l\t%1,%0
ly\t%1,%0"
[(set_attr "op_type" "RR,RI,RRE,RX,RXY,RX,RXY")])
[(set_attr "op_type" "RR,RI,RRE,RX,RXY,RX,RXY")
(set_attr "type" "lr,*,*,store,store,load,load")])
;
; Block move (MVC) patterns.
......
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