OSDN Git Service

* config/i386/i386.md (sse2_clflush): Use correct operand for clflush.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jul 2004 23:54:13 +0000 (23:54 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jul 2004 23:54:13 +0000 (23:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84422 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/i386.md

index 4b04b94..2f19f93 100644 (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
index c3b335e..8b52fbc 100644 (file)
   [(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")])