diff options
author | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-09 22:32:31 +0000 |
---|---|---|
committer | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-09 22:32:31 +0000 |
commit | 3c5c182150fd226c72d000b8c914ae81e2ebfd0c (patch) | |
tree | 07e3d354e55547a292aa846184f6ae99b4c4db07 /gcc | |
parent | 4d714d554ff7b9f7f04ac62c516c0d7b3954369d (diff) | |
download | gcc-3c5c182150fd226c72d000b8c914ae81e2ebfd0c.tar.gz |
* config/rs6000/spe.md ("tstsflt_gpr"): Fix typo in unspec.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81656 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/spe.md | 2 |
2 files changed, 5 insertions, 1 deletions
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 <aldyh@redhat.com> + + * config/rs6000/spe.md ("tstsflt_gpr"): Fix typo in unspec. + 2004-05-09 Zack Weinberg <zack@codesourcery.com> 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")]) |