summaryrefslogtreecommitdiff
path: root/gcc/dwarfout.c
diff options
context:
space:
mode:
authorJason Merrill <merrill@gnu.org>1997-07-29 05:38:55 +0000
committerJason Merrill <merrill@gnu.org>1997-07-29 05:38:55 +0000
commit5f52dcfe1eff325c2d9569071d15dc00215b09f0 (patch)
tree0bff94318029a025ab108fae9c028d4c8ca6713c /gcc/dwarfout.c
parent5db9f8773648f1dd21c359511cf4b357f45e96a0 (diff)
downloadgcc-5f52dcfe1eff325c2d9569071d15dc00215b09f0.tar.gz
x
From-SVN: r14552
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r--gcc/dwarfout.c2
1 files changed, 1 insertions, 1 deletions
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))