summaryrefslogtreecommitdiff
path: root/gcc/config/moxie
diff options
context:
space:
mode:
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2014-04-04 19:46:07 +0000
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2014-04-04 19:46:07 +0000
commit12b772b37d247e536cf21a1f183ced3a511617d0 (patch)
treea4fa67b4da8eb9f9ac3f9e8925d3d38d6a3f8ee8 /gcc/config/moxie
parent3f136c5f0ad1dd7555a6d238ab2fb0fcc45f30f9 (diff)
downloadgcc-12b772b37d247e536cf21a1f183ced3a511617d0.tar.gz
Fix typo in recent patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209127 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/moxie')
-rw-r--r--gcc/config/moxie/moxie.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/moxie/moxie.md b/gcc/config/moxie/moxie.md
index edefef80b81..793cac3f8ca 100644
--- a/gcc/config/moxie/moxie.md
+++ b/gcc/config/moxie/moxie.md
@@ -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)))]