Commit 3dcdd4e4 by Jan Hubicka Committed by Jan Hubicka

* i386.md (subsi_3_zext): Fix output template.

From-SVN: r115678
parent 5ec1334b
2006-07-23 Jan Hubicka <jh@suse.cz>
* i386.md (subsi_3_zext): Fix output template.
2006-07-21 Mike Stump <mrs@apple.com>
* doc/invoke.texi (C++ Dialect Options): Note that
......
......@@ -6718,7 +6718,7 @@
(match_dup 2))))]
"TARGET_64BIT && ix86_match_ccmode (insn, CCmode)
&& ix86_binary_operator_ok (MINUS, SImode, operands)"
"sub{q}\t{%2, %0|%0, %2}"
"sub{l}\t{%2, %1|%1, %2}"
[(set_attr "type" "alu")
(set_attr "mode" "DI")])
......
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