This fixes a simple typo in my patch from a couple of days ago.  I'm
checking it in.

2014-04-04  Anthony Green  <gr...@moxielogic.com>

        * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2): Fix
        typos.

 
        PR ipa/59626
Index: gcc/config/moxie/moxie.md
===================================================================
--- gcc/config/moxie/moxie.md   (revision 209126)
+++ gcc/config/moxie/moxie.md   (working copy)
@@ -247,7 +247,7 @@
    ;
    ld.b   %0, %1
    lda.b  %0, %1
-   ldo.b  %0, %1
+   ldo.b  %0, %1"
   "reload_completed"
   [(set (match_dup 2) (match_dup 1))
    (set (match_dup 0) (zero_extend:SI (match_dup 2)))]
@@ -264,7 +264,7 @@
    ;
    ld.s   %0, %1
    lda.s  %0, %1
-   ldo.s  %0, %1
+   ldo.s  %0, %1"
   "reload_completed"
   [(set (match_dup 2) (match_dup 1))
    (set (match_dup 0) (zero_extend:SI (match_dup 2)))]

Reply via email to