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 4ec260347d879aecfe2ad919423f4aa9d2c65d56..5bd5fb96b1493d3ee9d4b3d823e20abd550e9989 100644 (file)
@@ -1,3 +1,7 @@
+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
index 39c0138956ed03f57510f4c922dc9f80486976c9..02d3e6507ad768b89571030b38643d0423dcb152 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);