i386.c (sse_clrsf, sse_clrsi): Set memory attribute to none.
authorJan Hubicka <jh@suse.cz>
Fri, 3 May 2002 08:53:03 +0000 (10:53 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 3 May 2002 08:53:03 +0000 (08:53 +0000)
* i386.c (sse_clrsf, sse_clrsi): Set memory attribute
to none.

From-SVN: r53082

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

index dacfe157242ab85f74dca5c35ad33e62889c2040..8ccf51007baa448b7f7672ba1dbfc67c07009196 100644 (file)
@@ -1,3 +1,8 @@
+Fri May  3 10:51:38 CEST 2002  Jan Hubicka  <jh@suse.cz>
+
+       * i386.c (sse_clrsf, sse_clrsi): Set memory attribute
+       to none.
+
 2002-05-02  Kazu Hirata  <kazu@cs.umass.edu>
 
        * function.c: Fix formatting.
index e99fe3e65fe5ee0f8844a91747a1483bd1123f33..7a34608af452df77b3093ff1f67d58848156be1d 100644 (file)
   "TARGET_SSE"
   "xorps\t{%0, %0|%0, %0}"
   [(set_attr "type" "sselog")
+   (set_attr "memory" "none")
    (set_attr "mode" "V4SF")])
 
 ;; SSE mask-generating compares
   "TARGET_SSE2"
   "pxor\t{%0, %0|%0, %0}"
   [(set_attr "type" "sseiadd")
+   (set_attr "memory" "none")
    (set_attr "mode" "TI")])
 
 ;; MMX unsigned averages/sum of absolute differences