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
This commit is contained in:
parent
a8cd9c51a0
commit
f66d6761ee
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue