Commit 9ba0399e by Richard Henderson Committed by Richard Henderson

* cgraphunit.c (cgraph_optimize): Maintain timevar stack properly.

From-SVN: r153618
parent b77068f2
2009-10-27 Richard Henderson <rth@redhat.com>
* cgraphunit.c (cgraph_optimize): Maintain timevar stack properly.
2009-10-27 Richard Henderson <rth@redhat.com>
PR c++/41819
* tree-eh.c (eh_region_may_contain_throw_map): Rename from
eh_region_may_contain_throw; update users.
......@@ -1422,7 +1422,10 @@ cgraph_optimize (void)
/* Do nothing else if any IPA pass found errors. */
if (errorcount || sorrycount)
return;
{
timevar_pop (TV_CGRAPHOPT);
return;
}
/* This pass remove bodies of extern inline functions we never inlined.
Do this later so other IPA passes see what is really going on. */
......
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