thumb2.md (thumb_andsi_not_shiftsi_si): Final condition should be TARGET_THUMB2.

* arm/thumb2.md (thumb_andsi_not_shiftsi_si): Final condition should
	be TARGET_THUMB2.

From-SVN: r154906
This commit is contained in:
Richard Earnshaw 2009-12-02 11:30:38 +00:00 committed by Richard Earnshaw
parent fd0713e349
commit 2f23103dba
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-12-02 Richard Earnshaw <rearnsha@arm.com>
* arm/thumb2.md (thumb_andsi_not_shiftsi_si): Final condition should
be TARGET_THUMB2.
2009-12-01 Jakub Jelinek <jakub@redhat.com>
PR c++/42234

View File

@ -57,7 +57,7 @@
[(match_operand:SI 2 "s_register_operand" "r")
(match_operand:SI 3 "const_int_operand" "M")]))
(match_operand:SI 1 "s_register_operand" "r")))]
"TARGET_ARM"
"TARGET_THUMB2"
"bic%?\\t%0, %1, %2%S4"
[(set_attr "predicable" "yes")
(set_attr "shift" "2")