(dbxout_symbol): Last arg to eliminate_regs is NULL_RTX.

From-SVN: r4137
This commit is contained in:
Richard Kenner 1993-04-13 17:10:52 -04:00
parent 1c6bc81741
commit bece5e07ad

View 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));