From dae0d63ab03f50dacf6e3aa3e7e2c22bd9874b74 Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Tue, 6 Oct 1998 13:41:52 -0600 Subject: [PATCH] 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 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/i386.md | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c6eafcb..bdb8655 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -23,6 +23,10 @@ Tue Oct 6 17:00:42 1998 J"orn Rennecke Tue Oct 6 01:36:00 1998 Bernd Schmidt + * 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. * Makefile.in (stupid.o): Update dependencies. diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 434ba1f..eea2b34 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -2789,7 +2789,7 @@ "" "* { - rtx low[3], high[3], xops[7], temp; + rtx low[3], high[3], xops[7]; CC_STATUS_INIT; @@ -2840,7 +2840,7 @@ "" "* { - rtx low[3], high[3], xops[7], temp; + rtx low[3], high[3], xops[7]; CC_STATUS_INIT; @@ -6515,7 +6515,7 @@ byte_xor_operation: "" " { - rtx addr0, addr1; + rtx addr0; if (GET_CODE (operands[1]) != CONST_INT) FAIL; -- 2.7.4