re PR target/45726 (Thumb2 instruction emitted for incompatible CPU)

2010-09-20  Rafael Carre   <rafael.carre@gmail.com>

	PR target/45726
	* arm.md (arm_movtas_ze): Only enable on machine with MOVT.

From-SVN: r164436
This commit is contained in:
Rafael Carre 2010-09-20 15:25:44 +00:00 committed by Richard Earnshaw
parent ef98b8a5d5
commit 4ce9b2b20f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-09-20 Rafael Carre <rafael.carre@gmail.com>
PR target/45726
* arm.md (arm_movtas_ze): Only enable on machine with MOVT.
2010-09-20 Richard Guenther <rguenther@suse.de>
PR tree-optimization/45705

View file

@ -10577,7 +10577,7 @@
(const_int 16)
(const_int 16))
(match_operand:SI 1 "const_int_operand" ""))]
"TARGET_32BIT"
"arm_arch_thumb2"
"movt%?\t%0, %c1"
[(set_attr "predicable" "yes")
(set_attr "length" "4")]