*** empty log message ***

From-SVN: r1479
This commit is contained in:
Charles Hannum 1992-07-06 20:26:57 +00:00
parent 7471ffd8a6
commit 8c334b8d4e
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ sdbout_symbol (decl, local)
if (DECL_RTL (decl) == 0)
return;
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));