* i386.md (memory attribute): Fix setcc attribute.

From-SVN: r60503
This commit is contained in:
Jan Hubicka 2002-12-25 20:32:51 +01:00 committed by Jan Hubicka
parent d55d8fc700
commit abd2dd6d22
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Dec 25 20:30:53 CET 2002 Jan Hubicka <jh@suse.cz>
* i386.md (memory attribute): Fix setcc attribute.
2002-12-25 Kazu Hirata <kazu@cs.umass.edu>
* output.h: Fix comment typos.

View File

@ -310,10 +310,14 @@
(if_then_else (match_operand 1 "memory_operand" "")
(const_string "both")
(const_string "store"))
(eq_attr "type" "pop,setcc")
(eq_attr "type" "pop")
(if_then_else (match_operand 0 "memory_operand" "")
(const_string "both")
(const_string "load"))
(eq_attr "type" "setcc")
(if_then_else (match_operand 0 "memory_operand" "")
(const_string "store")
(const_string "none"))
(eq_attr "type" "icmp,test,ssecmp,mmxcmp,fcmp")
(if_then_else (ior (match_operand 0 "memory_operand" "")
(match_operand 1 "memory_operand" ""))