(find_reloads_address): Remove two block-scope decls of unused
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 25 Mar 1994 19:16:50 +0000 (14:16 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 25 Mar 1994 19:16:50 +0000 (14:16 -0500)
variable OLDREF.

From-SVN: r6890

gcc/reload.c

index 690a7ec..8d7141b 100644 (file)
@@ -4074,7 +4074,6 @@ find_reloads_address (mode, memrefloc, ad, loc, opnum, type, ind_levels)
       /* Unshare the MEM rtx so we can safely alter it.  */
       if (memrefloc)
        {
-         rtx oldref = *memrefloc;
          *memrefloc = copy_rtx (*memrefloc);
          loc = &XEXP (*memrefloc, 0);
        }
@@ -4206,7 +4205,6 @@ find_reloads_address (mode, memrefloc, ad, loc, opnum, type, ind_levels)
       if (memrefloc && GET_CODE (ad) == SYMBOL_REF
          && CONSTANT_POOL_ADDRESS_P (ad))
        {
-         rtx oldref = *memrefloc;
          *memrefloc = copy_rtx (*memrefloc);
          loc = &XEXP (*memrefloc, 0);
        }