* config/rs6000/spe.md ("tstsflt_gpr"): Fix typo in unspec.

From-SVN: r81656
This commit is contained in:
Aldy Hernandez 2004-05-09 22:32:31 +00:00 committed by Aldy Hernandez
parent eecec6986c
commit f350ff0033
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-05-09 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/spe.md ("tstsflt_gpr"): Fix typo in unspec.
2004-05-09 Zack Weinberg <zack@codesourcery.com> 2004-05-09 Zack Weinberg <zack@codesourcery.com>
PR 15007 PR 15007

View File

@ -2546,7 +2546,7 @@
(unspec:CCFP (unspec:CCFP
[(compare:CCFP (match_operand:SF 1 "gpc_reg_operand" "r") [(compare:CCFP (match_operand:SF 1 "gpc_reg_operand" "r")
(match_operand:SF 2 "gpc_reg_operand" "r"))] (match_operand:SF 2 "gpc_reg_operand" "r"))]
1004))] 1005))]
"TARGET_HARD_FLOAT && !TARGET_FPRS && flag_unsafe_math_optimizations" "TARGET_HARD_FLOAT && !TARGET_FPRS && flag_unsafe_math_optimizations"
"efststlt %0,%1,%2" "efststlt %0,%1,%2"
[(set_attr "type" "veccmpsimple")]) [(set_attr "type" "veccmpsimple")])