Commit 5f52dcfe by Jason Merrill

x

From-SVN: r14552
parent 5db9f877
......@@ -6550,7 +6550,7 @@ add_location_or_const_value_attribute (die, decl)
rtl = eliminate_regs (rtl, 0, NULL_RTX, 0);
#ifdef LEAF_REG_REMAP
if (leaf_function)
leaf_renumber_regs_insn (DECL_RTL (decl));
leaf_renumber_regs_insn (rtl);
#endif
switch (GET_CODE (rtl))
......
......@@ -2398,7 +2398,7 @@ location_or_const_value_attribute (decl)
rtl = eliminate_regs (rtl, 0, NULL_RTX, 0);
#ifdef LEAF_REG_REMAP
if (leaf_function)
leaf_renumber_regs_insn (DECL_RTL (decl));
leaf_renumber_regs_insn (rtl);
#endif
switch (GET_CODE (rtl))
......
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