Message ID | 1417993473.19509.45.camel@yam-132-YW-E178-FTW |
---|---|
State | New |
Headers | show |
Index: gcc/config/sh/sh.md =================================================================== --- gcc/config/sh/sh.md (revision 218464) +++ gcc/config/sh/sh.md (working copy) @@ -6364,10 +6364,9 @@ }) (define_expand "extendqihi2" - [(set (match_operand:HI 0 "arith_reg_dest" "") - (sign_extend:HI (match_operand:QI 1 "arith_reg_operand" "")))] - "" - "") + [(set (match_operand:HI 0 "arith_reg_dest") + (sign_extend:HI (match_operand:QI 1 "arith_reg_operand")))] + "TARGET_SH1") (define_insn "*extendqihi2_compact_reg" [(set (match_operand:HI 0 "arith_reg_dest" "=r")