OSDN Git Service

2003-12-08 Stuart Hastings <stuart@apple.com>
authorstuart <stuart@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Dec 2003 01:33:10 +0000 (01:33 +0000)
committerstuart <stuart@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Dec 2003 01:33:10 +0000 (01:33 +0000)
* config/i386/i386.md: Typo in split of fp-valued if_then_else.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74453 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 4e39db5..984fa45 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 02ceffd..8e5b18a 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)