summaryrefslogtreecommitdiff
path: root/gcc/config/alpha
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-10 08:44:57 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-10 08:44:57 +0000
commit73ce892abf8225af557ed1d72570ff91f533bb09 (patch)
treed195e77299aaa608c2064b6d067f0db1be2165c9 /gcc/config/alpha
parentf3ae2bae11d63affeec035d8aa158cc948ee7803 (diff)
downloadgcc-73ce892abf8225af557ed1d72570ff91f533bb09.tar.gz
* 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
Diffstat (limited to 'gcc/config/alpha')
-rw-r--r--gcc/config/alpha/alpha.md2
1 files changed, 1 insertions, 1 deletions
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"