]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
s390.md (*mov<mode>cc): lgoc -> locg and stgoc -> stocg.
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Mon, 11 Oct 2010 11:49:46 +0000 (11:49 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Mon, 11 Oct 2010 11:49:46 +0000 (11:49 +0000)
2010-10-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/s390.md (*mov<mode>cc): lgoc -> locg and stgoc -> stocg.

From-SVN: r165301

gcc/ChangeLog
gcc/config/s390/s390.md

index 50f894396cac4fb5f1ec223bac7ab636a57d2957..594946df6f79e559186b3ae2792f16291b355d2b 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * config/s390/s390.md (*mov<mode>cc): lgoc -> locg and stgoc -> stocg.
+
 2010-10-11  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/45870
index 6d03923a54254c2821e2fd6b56e31c79da593935..39e5443ea7b4022952aab94ac8052e541cd22fd4 100644 (file)
   "@
    loc<g>r%C1\t%0,%3
    loc<g>r%D1\t%0,%4
-   l<g>oc%C1\t%0,%3
-   l<g>oc%D1\t%0,%4
-   st<g>oc%C1\t%3,%0
-   st<g>oc%D1\t%4,%0
+   loc<g>%C1\t%0,%3
+   loc<g>%D1\t%0,%4
+   stoc<g>%C1\t%3,%0
+   stoc<g>%D1\t%4,%0
    #"
   "&& reload_completed
    && MEM_P (operands[3]) && MEM_P (operands[4])"