aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2002-01-10 16:43:26 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2002-01-10 15:43:26 +0000
commitadc7fcb8cd06a4e408eb7ff275fe5d8c898fa271 (patch)
treefb081215f0dc8386cdcf3fd13fedada022c1b164 /gcc
parentf21ee879953b67fa403918d5b639711c749a1ea6 (diff)
downloadgcc-adc7fcb8cd06a4e408eb7ff275fe5d8c898fa271.zip
gcc-adc7fcb8cd06a4e408eb7ff275fe5d8c898fa271.tar.gz
gcc-adc7fcb8cd06a4e408eb7ff275fe5d8c898fa271.tar.bz2
* i386.md (sse_mov?fcc_const0_?): Fix constraints.
From-SVN: r48729
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/i386.md16
2 files changed, 12 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2bf956b..ff606b4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jan 10 16:39:58 CET 2002 Jan Hubicka <jh@suse.cz>
+
+ * i386.md (sse_mov?fcc_const0_?): Fix constraints.
+
Thu Jan 10 12:45:50 2002 Nicola Pero <n.pero@mi.flashnet.it>
* doc/cpp.texi: Document the __OBJC__ preprocessor macro.
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index ec38dec..cab3dba 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -16508,8 +16508,8 @@
(if_then_else:SF (match_operator 1 "sse_comparison_operator"
[(match_operand:SF 4 "register_operand" "0")
(match_operand:SF 5 "nonimmediate_operand" "xm")])
- (match_operand:SF 2 "const0_operand" "x")
- (match_operand:SF 3 "register_operand" "X")))]
+ (match_operand:SF 2 "const0_operand" "X")
+ (match_operand:SF 3 "register_operand" "x")))]
"TARGET_SSE"
"#")
@@ -16528,8 +16528,8 @@
(if_then_else:SF (match_operator 1 "fcmov_comparison_operator"
[(match_operand:SF 4 "nonimmediate_operand" "xm")
(match_operand:SF 5 "register_operand" "0")])
- (match_operand:SF 2 "const0_operand" "x")
- (match_operand:SF 3 "register_operand" "X")))]
+ (match_operand:SF 2 "const0_operand" "X")
+ (match_operand:SF 3 "register_operand" "x")))]
"TARGET_SSE"
"#")
@@ -16548,8 +16548,8 @@
(if_then_else:SF (match_operator 1 "sse_comparison_operator"
[(match_operand:SF 4 "register_operand" "0")
(match_operand:SF 5 "nonimmediate_operand" "xm")])
- (match_operand:SF 2 "const0_operand" "x")
- (match_operand:SF 3 "register_operand" "X")))]
+ (match_operand:SF 2 "const0_operand" "X")
+ (match_operand:SF 3 "register_operand" "x")))]
"TARGET_SSE2"
"#")
@@ -16568,8 +16568,8 @@
(if_then_else:SF (match_operator 1 "fcmov_comparison_operator"
[(match_operand:SF 4 "nonimmediate_operand" "xm")
(match_operand:SF 5 "register_operand" "0")])
- (match_operand:SF 2 "const0_operand" "x")
- (match_operand:SF 3 "register_operand" "X")))]
+ (match_operand:SF 2 "const0_operand" "X")
+ (match_operand:SF 3 "register_operand" "x")))]
"TARGET_SSE2"
"#")