(dbxout_symbol): Last arg to eliminate_regs is NULL_RTX.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 13 Apr 1993 21:10:52 +0000 (17:10 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 13 Apr 1993 21:10:52 +0000 (17:10 -0400)
From-SVN: r4137

gcc/dbxout.c

index bb1d56942fd681015819cea42ac0997f1130edbd..dc1f8920b15a49ed6aa3b99ecd0f2d1d57d33a73 100644 (file)
@@ -1659,7 +1659,7 @@ dbxout_symbol (decl, local)
          /* else it is something we handle like a normal variable.  */
        }
 
-      DECL_RTL (decl) = eliminate_regs (DECL_RTL (decl), 0, 0);
+      DECL_RTL (decl) = eliminate_regs (DECL_RTL (decl), 0, NULL_RTX);
 #ifdef LEAF_REG_REMAP
       if (leaf_function)
        leaf_renumber_regs_insn (DECL_RTL (decl));