Commit 1168d30f by Jan Hubicka Committed by Jan Hubicka

dwarf2out.c (dwarf2out_finish): Set parent to comp_unit_die for nested functions…

dwarf2out.c (dwarf2out_finish): Set parent to comp_unit_die for nested functions whose proper parent has not...

	* dwarf2out.c (dwarf2out_finish): Set parent to comp_unit_die
	for nested functions whose proper parent has not been output.

From-SVN: r88116
parent 5db0241f
2004-09-26 Jan Hubicka <jh@suse.cz>
* dwarf2out.c (dwarf2out_finish): Set parent to comp_unit_die
for nested functions whose proper parent has not been output.
* profile.c (compute_branch_probabilities): Use REG_BR_PROB notes
when re-constructing profile previously invalidated by loop.
......
......@@ -13574,6 +13574,8 @@ dwarf2out_finish (const char *filename)
origin = lookup_decl_die (context);
if (origin)
add_child_die (origin, die);
else
add_child_die (comp_unit_die, die);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment