From abd2dd6d2227ff0f588efcf85273f9dd4a2e042f Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Wed, 25 Dec 2002 20:32:51 +0100 Subject: [PATCH] * i386.md (memory attribute): Fix setcc attribute. From-SVN: r60503 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/i386.md | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 318268722c5..dc85f61d1d8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Dec 25 20:30:53 CET 2002 Jan Hubicka + + * i386.md (memory attribute): Fix setcc attribute. + 2002-12-25 Kazu Hirata * output.h: Fix comment typos. diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 16a5207666a..de459003b9e 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -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" "")) -- 2.30.2