change from yesterday.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160144
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
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);