diff options
author | Stuart Hastings <stuart@apple.com> | 2003-12-09 01:33:10 +0000 |
---|---|---|
committer | Stuart Hastings <stuart@gcc.gnu.org> | 2003-12-09 01:33:10 +0000 |
commit | 86b40947201d0457c50072eb6443ce09b68d5acc (patch) | |
tree | d93819d1a276d6788c57734b7841c283354f6f8b | |
parent | 038450feeb8de98d87874e865f2ad91c15a3fb63 (diff) | |
download | gcc-86b40947201d0457c50072eb6443ce09b68d5acc.zip gcc-86b40947201d0457c50072eb6443ce09b68d5acc.tar.gz gcc-86b40947201d0457c50072eb6443ce09b68d5acc.tar.bz2 |
i386.md: Typo in split of fp-valued if_then_else.
2003-12-08 Stuart Hastings <stuart@apple.com>
* config/i386/i386.md: Typo in split of fp-valued if_then_else.
From-SVN: r74453
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/i386/i386.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4e39db5..984fa45 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 02ceffd..8e5b18a 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -16586,7 +16586,7 @@ && 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) |