Commit 946e316c by Jan Beulich Committed by Richard Henderson

* config/i386/i386.md (sse2_clflush): Use correct operand for clflush.

From-SVN: r84422
parent 42c00752
2004-07-09 Jan Beulich <jbeulich@novell.com>
* config/i386/i386.md (sse2_clflush): Use correct operand for clflush.
2004-07-09 Andrew Pinski <apinski@apple.com>
* objc/objc-act.c (build_module_descriptor): Mark UOBJC_MODULES_decl as
......
......@@ -23933,7 +23933,7 @@
[(unspec_volatile [(match_operand 0 "address_operand" "p")]
UNSPECV_CLFLUSH)]
"TARGET_SSE2"
"clflush %0"
"clflush\t%a0"
[(set_attr "type" "sse")
(set_attr "memory" "unknown")])
......
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