2011-06-21 Richard Guenther <rguenther@suse.de>
* ipa-inline-transform.c (inline_transform): Fix typo.
From-SVN: r175253
+2011-06-21 Richard Guenther <rguenther@suse.de>
+
+ * ipa-inline-transform.c (inline_transform): Fix typo.
+
2011-06-21 Richard Guenther <rguenther@suse.de>
PR tree-optimization/49483
timevar_push (TV_INTEGRATION);
if (node->callees)
{
+ todo = optimize_inline_calls (current_function_decl);
/* Redirecting edges might lead to a need for vops to be recomputed. */
todo |= TODO_update_ssa_only_virtuals;
- todo = optimize_inline_calls (current_function_decl);
}
timevar_pop (TV_INTEGRATION);