projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5db9f87
)
x
author
Jason Merrill
<merrill@gnu.org>
Tue, 29 Jul 1997 05:38:55 +0000
(
05:38
+0000)
committer
Jason Merrill
<merrill@gnu.org>
Tue, 29 Jul 1997 05:38:55 +0000
(
05:38
+0000)
From-SVN: r14552
gcc/dwarf2out.c
patch
|
blob
|
history
gcc/dwarfout.c
patch
|
blob
|
history
diff --git
a/gcc/dwarf2out.c
b/gcc/dwarf2out.c
index 0c516a1a5975a6a2510c41d9138b46f110371a98..9d277395d726c33989013deda97ebfb167d222e0 100644
(file)
--- 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 d03234ff8b0d5d95752329815dfd2a20abcd4f4a..8f09451268176a7a367741a492d7b4943d40165a 100644
(file)
--- 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))