]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-ssa-loop-manip.c
Apply mechanical replacement (generated patch).
[thirdparty/gcc.git] / gcc / tree-ssa-loop-manip.c
index 6a1bbaae573e0cfdb3d929f423d849001628ede1..06f9016004739d8df75f2b3c47dea7a7cae99fd0 100644 (file)
@@ -984,7 +984,7 @@ can_unroll_loop_p (class loop *loop, unsigned factor,
 
   /* The final loop should be small enough.  */
   if (tree_num_loop_insns (loop, &eni_size_weights) * factor
-      > (unsigned) PARAM_VALUE (PARAM_MAX_UNROLLED_INSNS))
+      > (unsigned) param_max_unrolled_insns)
     return false;
 
   return true;