summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/gcc/gcc/config/m88k/m88k.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/m88k/m88k.md b/gnu/usr.bin/gcc/gcc/config/m88k/m88k.md
index 3b2f7d7b96b..9f64c2cca27 100644
--- a/gnu/usr.bin/gcc/gcc/config/m88k/m88k.md
+++ b/gnu/usr.bin/gcc/gcc/config/m88k/m88k.md
@@ -2323,7 +2323,7 @@
[(set (match_operand:DI 0 "register_operand" "=r")
(sign_extend:DI (match_operand:SI 1 "register_operand" "r")))]
"reload_completed"
- [(set (subreg:SI (match_dup 0) 1) (match_dup 1))
+ [(set (subreg:SI (match_dup 0) 4) (match_dup 1))
(set (subreg:SI (match_dup 0) 0)
(ashiftrt:SI (match_dup 1) (const_int 31)))]
"")