]> gcc.gnu.org Git - gcc.git/commitdiff
x
authorJason Merrill <merrill@gnu.org>
Tue, 29 Jul 1997 05:38:55 +0000 (05:38 +0000)
committerJason Merrill <merrill@gnu.org>
Tue, 29 Jul 1997 05:38:55 +0000 (05:38 +0000)
From-SVN: r14552

gcc/dwarf2out.c
gcc/dwarfout.c

index 0c516a1a5975a6a2510c41d9138b46f110371a98..9d277395d726c33989013deda97ebfb167d222e0 100644 (file)
@@ -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))
index d03234ff8b0d5d95752329815dfd2a20abcd4f4a..8f09451268176a7a367741a492d7b4943d40165a 100644 (file)
@@ -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))
This page took 0.081827 seconds and 5 git commands to generate.