Commit 95c5655c by Julian Brown Committed by Julian Brown

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
parent d4c0c9f6
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
......
......@@ -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"
......
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