diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-10 08:44:57 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-10 08:44:57 +0000 |
| commit | 73ce892abf8225af557ed1d72570ff91f533bb09 (patch) | |
| tree | d195e77299aaa608c2064b6d067f0db1be2165c9 | |
| parent | f3ae2bae11d63affeec035d8aa158cc948ee7803 (diff) | |
| download | ppe42-gcc-73ce892abf8225af557ed1d72570ff91f533bb09.tar.gz ppe42-gcc-73ce892abf8225af557ed1d72570ff91f533bb09.zip | |
* config/alpha/alpha.md (extendsidi2_fix): Penalize f/f alternative.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48716 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/alpha/alpha.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a18e4ed3d8a..951f98d8f1c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2002-01-10 Richard Henderson <rth@redhat.com> + * config/alpha/alpha.md (extendsidi2_fix): Penalize f/f alternative. + +2002-01-10 Richard Henderson <rth@redhat.com> + * regrename.c (find_oldest_value_reg): Fix typo in mode change check. (copyprop_hardreg_forward_1): Likewise. Use mode_change_ok. diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 68191bf9810..9494e11ef83 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -460,7 +460,7 @@ fadd,fmul,fcpys,fdiv,fsqrt,misc,mvi,ftoi,itof,multi" (set_attr "length" "*,*,*,8")]) (define_insn "*extendsidi2_fix" - [(set (match_operand:DI 0 "register_operand" "=r,r,r,*f,?*f") + [(set (match_operand:DI 0 "register_operand" "=r,r,r,?*f,?*f") (sign_extend:DI (match_operand:SI 1 "nonimmediate_operand" "r,m,*f,*f,m")))] "TARGET_FIX" |

