From: Aldy Hernandez Date: Sun, 9 May 2004 22:32:31 +0000 (+0000) Subject: * config/rs6000/spe.md ("tstsflt_gpr"): Fix typo in unspec. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f350ff00330ac7e7d8bf771149574d2d38a69c55;p=gcc.git * config/rs6000/spe.md ("tstsflt_gpr"): Fix typo in unspec. From-SVN: r81656 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2bf06506f51..fe35928d5ab 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-05-09 Aldy Hernandez + + * config/rs6000/spe.md ("tstsflt_gpr"): Fix typo in unspec. + 2004-05-09 Zack Weinberg PR 15007 diff --git a/gcc/config/rs6000/spe.md b/gcc/config/rs6000/spe.md index 7e765753655..f8f6c0af7a4 100644 --- a/gcc/config/rs6000/spe.md +++ b/gcc/config/rs6000/spe.md @@ -2546,7 +2546,7 @@ (unspec:CCFP [(compare:CCFP (match_operand:SF 1 "gpc_reg_operand" "r") (match_operand:SF 2 "gpc_reg_operand" "r"))] - 1004))] + 1005))] "TARGET_HARD_FLOAT && !TARGET_FPRS && flag_unsafe_math_optimizations" "efststlt %0,%1,%2" [(set_attr "type" "veccmpsimple")])