OSDN Git Service

* i386.c (sse_clrsf, sse_clrsi): Set memory attribute
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 May 2002 08:53:03 +0000 (08:53 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 May 2002 08:53:03 +0000 (08:53 +0000)
to none.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53082 138bc75d-0d04-0410-961f-82ee72b054a4

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

index dacfe15..8ccf510 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 e99fe3e..7a34608 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