Commit 4c7b9b1c by Georg-Johann Lay Committed by Georg-Johann Lay

re PR target/55034 (avr.c:2877:7: error: variable ‘regno_dest’ set but not used)

	PR target/55034
	* config/avr/avr.c (avr_out_lpm): Remove unused regno_dest.

From-SVN: r192878
parent 6af1a779
2012-10-27 Georg-Johann Lay <avr@gjlay.de>
PR target/55034
* config/avr/avr.c (avr_out_lpm): Remove unused regno_dest.
2012-10-27 Oleg Endo <olegendo@gcc.gnu.org>
PR target/55042
......@@ -2874,7 +2874,6 @@ avr_out_lpm (rtx insn, rtx *op, int *plen)
rtx src = SET_SRC (single_set (insn));
rtx addr;
int n_bytes = GET_MODE_SIZE (GET_MODE (dest));
int regno_dest;
int segment;
RTX_CODE code;
addr_space_t as = MEM_ADDR_SPACE (src);
......@@ -2903,8 +2902,6 @@ avr_out_lpm (rtx insn, rtx *op, int *plen)
xop[5] = tmp_reg_rtx;
xop[6] = XEXP (rampz_rtx, 0);
regno_dest = REGNO (dest);
segment = avr_addrspace[as].segment;
/* Set RAMPZ as needed. */
......
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