OSDN Git Service

x
authormerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Jul 1997 05:38:55 +0000 (05:38 +0000)
committermerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Jul 1997 05:38:55 +0000 (05:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14552 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/dwarf2out.c
gcc/dwarfout.c

index 0c516a1..9d27739 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 d03234f..8f09451 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))