Commit 8c334b8d by Charles Hannum

*** empty log message ***

From-SVN: r1479
parent 7471ffd8
...@@ -659,7 +659,7 @@ sdbout_symbol (decl, local) ...@@ -659,7 +659,7 @@ sdbout_symbol (decl, local)
if (DECL_RTL (decl) == 0) if (DECL_RTL (decl) == 0)
return; 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 #ifdef LEAF_REG_REMAP
if (leaf_function) if (leaf_function)
leaf_renumber_regs_insn (DECL_RTL (decl)); leaf_renumber_regs_insn (DECL_RTL (decl));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment