Commit b247e88a by Andreas Krebbel Committed by Andreas Krebbel

s390.md (movqi): Fix typo ('*' -> '#').

2010-05-28  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

	* config/s390/s390.md (movqi): Fix typo ('*' -> '#').

From-SVN: r159960
parent 6d6da141
2010-05-28 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config/s390/s390.md (movqi): Fix typo ('*' -> '#').
2010-05-28 Dodji Seketeli <dodji@redhat.com>
revert fix for PR c++/44188
......
......@@ -1851,7 +1851,7 @@
stcy\t%1,%0
mvi\t%S0,%b1
mviy\t%S0,%b1
*"
#"
[(set_attr "op_type" "RR,RI,RX,RXY,RX,RXY,SI,SIY,SS")
(set_attr "type" "lr,*,*,*,store,store,store,store,*")
(set_attr "z10prop" "z10_fr_E1,
......
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