Commit ae19c041 by Mark Mitchell Committed by Mark Mitchell

decl.c (annotate_value): Adjust for refactoring of tree_map hierarchy.

	* decl.c (annotate_value): Adjust for refactoring of tree_map
	hierarchy.

From-SVN: r122317
parent 4839cb59
2007-02-25 Mark Mitchell <mark@codesourcery.com>
* decl.c (annotate_value): Adjust for refactoring of tree_map
hierarchy.
2007-02-24 Mark Mitchell <mark@codesourcery.com>
* decl.c (annotate_value): Adjust for refactoring of tree_map
......@@ -6016,7 +6016,7 @@ annotate_value (tree gnu_size)
if (h)
{
*h = ggc_alloc (sizeof (struct tree_int_map));
(*h)->from = gnu_size;
(*h)->base.from = gnu_size;
(*h)->to = ret;
}
......
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