Commit e9ea5185 by Kyrylo Tkachov Committed by Kyrylo Tkachov

[ARM] Adjust arith_shiftsi for -mrestrict-it.

	* config/arm/arm.md (arith_shiftsi): Do not predicate for
	arm_restrict_it.

From-SVN: r210640
parent 768b94bc
2014-05-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/arm/arm.md (arith_shiftsi): Do not predicate for
arm_restrict_it.
2014-05-20 Nick Clifton <nickc@redhat.com>
* config/msp430/msp430.md (zero_extendpsisi2): Use + constraint on
......
......@@ -9886,6 +9886,7 @@
"TARGET_32BIT"
"%i1%?\\t%0, %2, %4%S3"
[(set_attr "predicable" "yes")
(set_attr "predicable_short_it" "no")
(set_attr "shift" "4")
(set_attr "arch" "a,t2,t2,a")
;; Thumb2 doesn't allow the stack pointer to be used for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment