Commit 9fa195b8 by Alan Modra Committed by Alan Modra

rs6000.md (cmptf_internal2): Correct comparison.

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

From-SVN: r157732
parent 812398e4
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> 2010-03-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP, * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
......
...@@ -12814,7 +12814,7 @@ ...@@ -12814,7 +12814,7 @@
(set (match_dup 10) (minus:DF (match_dup 5) (match_dup 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) (minus:DF (match_dup 6) (match_dup 8)))
(set (match_dup 9) (plus:DF (match_dup 10) (match_dup 9))) (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)] (match_dup 12)]
{ {
REAL_VALUE_TYPE rv; REAL_VALUE_TYPE rv;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment