i386.c (sse_clrsf, sse_clrsi): Set memory attribute to none.

* i386.c (sse_clrsf, sse_clrsi): Set memory attribute
	to none.

From-SVN: r53082
This commit is contained in:
Jan Hubicka 2002-05-03 10:53:03 +02:00 committed by Jan Hubicka
parent e2f31fa203
commit 19cba4a0a0
2 changed files with 7 additions and 0 deletions

View 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.

View File

@ -18748,6 +18748,7 @@
"TARGET_SSE"
"xorps\t{%0, %0|%0, %0}"
[(set_attr "type" "sselog")
(set_attr "memory" "none")
(set_attr "mode" "V4SF")])
;; SSE mask-generating compares
@ -20845,6 +20846,7 @@
"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