*** empty log message ***
From-SVN: r1479
This commit is contained in:
parent
7471ffd8a6
commit
8c334b8d4e
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user