* i386.md (sse_mov?fcc_const0_?): Fix constraints.
authorJan Hubicka <jh@suse.cz>
Thu, 10 Jan 2002 15:43:26 +0000 (16:43 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 10 Jan 2002 15:43:26 +0000 (15:43 +0000)
From-SVN: r48729

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

index 2bf956b75eb635bb4372e5e4530c0377a51fc6c6..ff606b4006b1ecb6a0007136b052ed4f70a593aa 100644 (file)
@@ -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.
index ec38dece3ea441142698d5d254177ea1c022ca9b..cab3dba556a89ba7918d64e7ebec6029699f62be 100644 (file)
        (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"
   "#")
 
        (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"
   "#")
 
        (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"
   "#")
 
        (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"
   "#")