Commit f66d6761 by Steven Bosscher

gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling" change from yesterday.

	* gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
	change from yesterday.

From-SVN: r160144
parent a8cd9c51
2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
* gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
change from yesterday.
2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
* c-ada-spec.c: Clean up redundant includes.
2010-06-01 Steven Bosscher <steven@gcc.gnu.org>
......
......@@ -7598,6 +7598,10 @@ gimplify_body (tree *body_p, tree fndecl, bool do_parms)
timevar_push (TV_TREE_GIMPLIFY);
/* Initialize for optimize_insn_for_s{ize,peed}_p possibly called during
gimplification. */
default_rtl_profile ();
gcc_assert (gimplify_ctxp == NULL);
push_gimplify_context (&gctx);
......
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