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/dwarfout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/dwarfout.c') diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index d03234ff8b0..8f094512681 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.2.1