rs6000.md (cmptf_internal2): Correct comparison.
* config/rs6000/rs6000.md (cmptf_internal2): Correct comparison. From-SVN: r157732
This commit is contained in:
parent
812398e4cf
commit
9fa195b800
@ -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,
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user