Commit 750c9258 by Andreas Jaeger Committed by Andreas Jaeger

* emit-rtl.c (operand_subword): Remove unused variable.

From-SVN: r42953
parent f890c4fd
2001-06-07 Andreas Jaeger <aj@suse.de>
* emit-rtl.c (operand_subword): Remove unused variable.
Wed Jun 6 14:51:05 CEST 2001 Jan Hubicka <jh@suse.cz> Wed Jun 6 14:51:05 CEST 2001 Jan Hubicka <jh@suse.cz>
* i386.md (floatdi?f): Avoid usinf of SSE instructions * i386.md (floatdi?f): Avoid usinf of SSE instructions
......
...@@ -1442,7 +1442,6 @@ operand_subword (op, offset, validate_address, mode) ...@@ -1442,7 +1442,6 @@ operand_subword (op, offset, validate_address, mode)
int validate_address; int validate_address;
enum machine_mode mode; enum machine_mode mode;
{ {
rtx new;
if (mode == VOIDmode) if (mode == VOIDmode)
mode = GET_MODE (op); mode = GET_MODE (op);
......
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