rs6000.md (cmptf_internal2): Correct comparison.

* config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.

From-SVN: r157732
This commit is contained in:
Alan Modra 2010-03-26 09:31:41 +10:30 committed by Alan Modra
parent 812398e4cf
commit 9fa195b800
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-03-26 Alan Modra <amodra@gmail.com>
* config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
2010-03-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,

View File

@ -12814,7 +12814,7 @@
(set (match_dup 10) (minus:DF (match_dup 5) (match_dup 7)))
(set (match_dup 9) (minus:DF (match_dup 6) (match_dup 8)))
(set (match_dup 9) (plus:DF (match_dup 10) (match_dup 9)))
(set (match_dup 0) (compare:CCFP (match_dup 7) (match_dup 4)))
(set (match_dup 0) (compare:CCFP (match_dup 9) (match_dup 4)))
(match_dup 12)]
{
REAL_VALUE_TYPE rv;