Commit dae0d63a by Bernd Schmidt Committed by Jeff Law

i386.md (addsidi3_1): Delete unused variable temp.

        * i386.md (addsidi3_1): Delete unused variable temp.
        (addsidi3_2): Likewise.
        (clstrstrsi): Delete unused variable addr1.

From-SVN: r22873
parent 42f61866
...@@ -23,6 +23,10 @@ Tue Oct 6 17:00:42 1998 J"orn Rennecke <amylaar@cygnus.co.uk> ...@@ -23,6 +23,10 @@ Tue Oct 6 17:00:42 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
Tue Oct 6 01:36:00 1998 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE> Tue Oct 6 01:36:00 1998 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
* i386.md (addsidi3_1): Delete unused variable temp.
(addsidi3_2): Likewise.
(clstrstrsi): Delete unused variable addr1.
* rtl.h: Don't declare any functions also declared in recog.h. * rtl.h: Don't declare any functions also declared in recog.h.
* Makefile.in (stupid.o): Update dependencies. * Makefile.in (stupid.o): Update dependencies.
......
...@@ -2789,7 +2789,7 @@ ...@@ -2789,7 +2789,7 @@
"" ""
"* "*
{ {
rtx low[3], high[3], xops[7], temp; rtx low[3], high[3], xops[7];
CC_STATUS_INIT; CC_STATUS_INIT;
...@@ -2840,7 +2840,7 @@ ...@@ -2840,7 +2840,7 @@
"" ""
"* "*
{ {
rtx low[3], high[3], xops[7], temp; rtx low[3], high[3], xops[7];
CC_STATUS_INIT; CC_STATUS_INIT;
...@@ -6515,7 +6515,7 @@ byte_xor_operation: ...@@ -6515,7 +6515,7 @@ byte_xor_operation:
"" ""
" "
{ {
rtx addr0, addr1; rtx addr0;
if (GET_CODE (operands[1]) != CONST_INT) if (GET_CODE (operands[1]) != CONST_INT)
FAIL; FAIL;
......
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