aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1997-07-21 06:19:31 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1997-07-21 06:19:31 -0400
commit032cacab4265770c3466e72d63df8428165168d6 (patch)
treefd6bb64dcdc69d2bb40bb86a88605888a79058dd /gcc
parent8f87939b502d1c74f70a2f656eba417ea96ddfa8 (diff)
downloadgcc-032cacab4265770c3466e72d63df8428165168d6.zip
gcc-032cacab4265770c3466e72d63df8428165168d6.tar.gz
gcc-032cacab4265770c3466e72d63df8428165168d6.tar.bz2
(iorsi_zexthi_ashl16): Mark output operand as earlyclobber.
From-SVN: r14510
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/m68k/m68k.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md
index 40e59a0..0d31de2 100644
--- a/gcc/config/m68k/m68k.md
+++ b/gcc/config/m68k/m68k.md
@@ -3734,7 +3734,7 @@
;; See also ashlsi_16, ashrsi_16 and lshrsi_16.
(define_insn "iorsi_zexthi_ashl16"
- [(set (match_operand:SI 0 "general_operand" "=d,d")
+ [(set (match_operand:SI 0 "general_operand" "=&d,d")
(ior:SI (zero_extend:SI (match_operand:HI 1 "general_operand" "dmn,dmn"))
(ashift:SI (match_operand:SI 2 "general_operand" "o,0")
(const_int 16))))]