Commit 02809efd by Joern Rennecke Committed by Joern Rennecke

re PR target/46431 (fr30-elf --enable-werror-always build fails)

	PR target/46431
	* config/fr30/fr30.md (*movsf_constant_store): Remove duplicated
	assignment.

From-SVN: r166663
parent ae77ff7a
......@@ -71,6 +71,10 @@
* final.c (split_double): Don't use BITS_PER_WORD directly in
shift count.
PR target/46431
* config/fr30/fr30.md (*movsf_constant_store): Remove duplicated
assignment.
2010-11-12 Eric Botcazou <ebotcazou@adacore.com>
PR debug/46375
......@@ -579,8 +579,7 @@
const char * tmp_reg;
static char buffer[100];
ldi_instr = fr30_const_double_is_zero (operands[1])
? ldi_instr = \"ldi:8\" : \"ldi:32\";
ldi_instr = fr30_const_double_is_zero (operands[1]) ? \"ldi:8\" : \"ldi:32\";
tmp_reg = reg_names [COMPILER_SCRATCH_REGISTER];
......
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