diff options
Diffstat (limited to 'gcc/config/arm/arm-fixed.md')
-rw-r--r-- | gcc/config/arm/arm-fixed.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/arm-fixed.md b/gcc/config/arm/arm-fixed.md index c8ebf1b0314..ee18eeea239 100644 --- a/gcc/config/arm/arm-fixed.md +++ b/gcc/config/arm/arm-fixed.md @@ -482,7 +482,7 @@ "ssat%?\\t%0, #16, %2%S1" [(set_attr "predicable" "yes") (set_attr "shift" "1") - (set_attr "type" "alu_shift_imm")]) + (set_attr "autodetect_type" "alu_shift_operator1")]) (define_insn "arm_usatsihi" [(set (match_operand:HI 0 "s_register_operand" "=r") |