aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Schmidt <crux@pool.informatik.rwth-aachen.de>1998-10-06 13:41:52 -0600
committerJeff Law <law@gcc.gnu.org>1998-10-06 13:41:52 -0600
commitdae0d63ab03f50dacf6e3aa3e7e2c22bd9874b74 (patch)
tree4cc302ce02f67fe289260ff11fbe7689e0390c79
parent42f61866cd1cddc214a1ab0252d225ea421c8050 (diff)
downloadgcc-dae0d63ab03f50dacf6e3aa3e7e2c22bd9874b74.zip
gcc-dae0d63ab03f50dacf6e3aa3e7e2c22bd9874b74.tar.gz
gcc-dae0d63ab03f50dacf6e3aa3e7e2c22bd9874b74.tar.bz2
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
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/i386.md6
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 <amylaar@cygnus.co.uk>
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.
* 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;