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

From-SVN: r84422
This commit is contained in:
Jan Beulich 2004-07-09 23:54:13 +00:00 committed by Richard Henderson
parent 42c007520d
commit 946e316c37
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

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