thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives for pool ranges.

gcc/
	* config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
	for pool ranges.

From-SVN: r160259
This commit is contained in:
Julian Brown 2010-06-04 12:30:10 +00:00 committed by Julian Brown
parent d4c0c9f635
commit 95c5655ce9
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-06-04 Julian Brown <julian@codesourcery.com>
* config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
for pool ranges.
2010-06-04 Richard Guenther <rguenther@suse.de>
PR lto/41584

View File

@ -319,8 +319,8 @@
"
[(set_attr "length" "8,12,16,8,8")
(set_attr "type" "*,*,*,load2,store2")
(set_attr "pool_range" "1020")
(set_attr "neg_pool_range" "0")]
(set_attr "pool_range" "*,*,*,1020,*")
(set_attr "neg_pool_range" "*,*,*,0,*")]
)
(define_insn "*thumb2_cmpsi_shiftsi"