From 5f52dcfe1eff325c2d9569071d15dc00215b09f0 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 29 Jul 1997 05:38:55 +0000 Subject: x From-SVN: r14552 --- gcc/dwarf2out.c | 2 +- gcc/dwarfout.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 0c516a1..9d27739 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -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)) diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index d03234f..8f09451 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -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)) -- cgit v1.1