]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
oops, wrong variant of patch.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Jan 2007 22:45:34 +0000 (22:45 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Jan 2007 22:45:34 +0000 (22:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121146 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ipa-inline.c

index 803bc9d70d074b51a31322743df0bd88407fd78d..430f2ceed39b3a26b515fc3ae84af11004f3d619 100644 (file)
@@ -760,8 +760,8 @@ compute_max_insns (int insns)
   if (max_insns < PARAM_VALUE (PARAM_LARGE_UNIT_INSNS))
     max_insns = PARAM_VALUE (PARAM_LARGE_UNIT_INSNS);
 
-  return max_insns = ((HOST_WIDEST_INT) max_insns
-                     * (100 + PARAM_VALUE (PARAM_INLINE_UNIT_GROWTH)) / 100);
+  return ((HOST_WIDEST_INT) max_insns
+         * (100 + PARAM_VALUE (PARAM_INLINE_UNIT_GROWTH)) / 100);
 }
 
 /* We use greedy algorithm for inlining of small functions: