ipa-inline-transform.c (inline_transform): Fix typo.
authorRichard Guenther <rguenther@suse.de>
Tue, 21 Jun 2011 11:13:08 +0000 (11:13 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 21 Jun 2011 11:13:08 +0000 (11:13 +0000)
2011-06-21  Richard Guenther  <rguenther@suse.de>

* ipa-inline-transform.c (inline_transform): Fix typo.

From-SVN: r175253

gcc/ChangeLog
gcc/ipa-inline-transform.c

index 4ec2603..5bd5fb9 100644 (file)
@@ -1,5 +1,9 @@
 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
        * tree-vect-stmts.c (vectorizable_assignment): Also handle
        VIEW_CONVERT_EXPR conversions.
index 39c0138..02d3e65 100644 (file)
@@ -365,9 +365,9 @@ inline_transform (struct cgraph_node *node)
   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);