]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: i386.md: Typo in split of fp-valued if_then_else.
authorMatthias Klose <doko@debian.org>
Mon, 12 Jan 2004 20:18:18 +0000 (20:18 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Mon, 12 Jan 2004 20:18:18 +0000 (20:18 +0000)
2004-01-12  Matthias Klose  <doko@debian.org>

        Backport from mainline

        2003-12-08 Stuart Hastings <stuart@apple.com>
        * config/i386/i386.md: Typo in split of fp-valued if_then_else.

From-SVN: r75753

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

index fb0f28c7a5e044af535a00725271abd8c4ce2f3a..3bf6d82ce6b042aca57f853e0ba42355bb07df66 100644 (file)
@@ -1,3 +1,10 @@
+2004-01-12  Matthias Klose  <doko@debian.org>
+
+        Backport from mainline
+
+        2003-12-08 Stuart Hastings <stuart@apple.com>
+        * config/i386/i386.md: Typo in split of fp-valued if_then_else.
+
 2004-01-12  Roger Sayle  <roger@eyesopen.com>
 
        PR middle-end/11397
index dad9ce6fc176061f434d8209948ad4b5fcf9aba8..2e3adab0eeec543735332ae4a82ffa0efa859dfb 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)