mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 00:31:30 +08:00
[ARM] Adjust arith_shiftsi for -mrestrict-it.
* config/arm/arm.md (arith_shiftsi): Do not predicate for arm_restrict_it. From-SVN: r210640
This commit is contained in:
parent
768b94bc2d
commit
e9ea518525
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user