]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386.md (addsidi3_1): Delete unused variable temp.
authorBernd Schmidt <crux@pool.informatik.rwth-aachen.de>
Tue, 6 Oct 1998 19:41:52 +0000 (13:41 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 6 Oct 1998 19:41:52 +0000 (13:41 -0600)
        * i386.md (addsidi3_1): Delete unused variable temp.
        (addsidi3_2): Likewise.
        (clstrstrsi): Delete unused variable addr1.

From-SVN: r22873

gcc/ChangeLog
gcc/config/i386/i386.md

index c6eafcb48430c58c877387b6ba4efcae83e553b5..bdb86557458d2dd73a9cd617b9688f609e887533 100644 (file)
@@ -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.
index 434ba1f8bbe7659efacb08267c8118719db7cd5a..eea2b34c2e1721140e23cc06b485d603bd472bef 100644 (file)
   ""
   "*
 {
-  rtx low[3], high[3], xops[7], temp;
+  rtx low[3], high[3], xops[7];
 
   CC_STATUS_INIT;
 
   ""
   "*
 {
-  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;