Commit e005b753 by Anthony Green Committed by Anthony Green

Fix typo in recent patch.

From-SVN: r209127
parent 0450fc0b
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
......
......@@ -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)))]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment