Fix typo in recent patch.

From-SVN: r209127
This commit is contained in:
Anthony Green 2014-04-04 19:46:07 +00:00 committed by Anthony Green
parent 0450fc0b51
commit e005b75359
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2014-04-04 Anthony Green <green@moxielogic.com>
* config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2): Fix
typos.
2014-04-04 Jan Hubicka <hubicka@ucw.cz>
PR ipa/59626

View File

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