From 032cacab4265770c3466e72d63df8428165168d6 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 21 Jul 1997 06:19:31 -0400 Subject: [PATCH] (iorsi_zexthi_ashl16): Mark output operand as earlyclobber. From-SVN: r14510 --- gcc/config/m68k/m68k.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 40e59a0532a..0d31de26bf7 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))))] -- 2.30.2