* config/i386/i386.md (sse2_clflush): Use correct operand for clflush.
From-SVN: r84422
This commit is contained in:
parent
42c007520d
commit
946e316c37
@ -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
|
||||
|
@ -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")])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user