diff mbox

[moxie] Fix typos

Message ID 8761mog9ox.fsf@moxielogic.com
State New
Headers show

Commit Message

Anthony Green April 4, 2014, 7:45 p.m. UTC
This fixes a simple typo in my patch from a couple of days ago.  I'm
checking it in.

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

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

 
 	PR ipa/59626
diff mbox

Patch

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)))]