i386.md: Typo in split of fp-valued if_then_else.
authorStuart Hastings <stuart@apple.com>
Tue, 9 Dec 2003 01:33:10 +0000 (01:33 +0000)
committerStuart Hastings <stuart@gcc.gnu.org>
Tue, 9 Dec 2003 01:33:10 +0000 (01:33 +0000)
2003-12-08  Stuart Hastings  <stuart@apple.com>

* config/i386/i386.md: Typo in split of fp-valued if_then_else.

From-SVN: r74453

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

index 4e39db5a269fe084e1236f878f5c829b3ce6da5e..984fa45726eeb3fe2267181ad654b5571110783a 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-08  Stuart Hastings  <stuart@apple.com>
+
+       * config/i386/i386.md: Typo in split of fp-valued if_then_else.
+       
 2003-12-08  James E Wilson  <wilson@specifixinc.com>
 
        PR target/13132
index 02ceffd51f9f712ee0c1be29952cfa9049fffe5f..8e5b18a4da5ddab0fbcd6f34ab29d45ab9dbb966 100644 (file)
           && operands_match_p (operands[2], operands[3])))"
   [(set (reg:CCFP 17)
        (compare:CCFP (match_dup 2)
-                     (match_dup 2)))
+                     (match_dup 1)))
    (set (match_dup 0)
        (if_then_else:DF (ge (reg:CCFP 17) (const_int 0))
                         (match_dup 1)