]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-predcom.c
Apply mechanical replacement (generated patch).
[thirdparty/gcc.git] / gcc / tree-predcom.c
index 299c45e287bf8f16e6dfdd422f1a149c8fbe6d70..3fe2a6dcb0ae22f53750a937c03d2a78c645b7af 100644 (file)
@@ -2194,7 +2194,7 @@ determine_unroll_factor (vec<chain_p> chains)
 {
   chain_p chain;
   unsigned factor = 1, af, nfactor, i;
-  unsigned max = PARAM_VALUE (PARAM_MAX_UNROLL_TIMES);
+  unsigned max = param_max_unroll_times;
 
   FOR_EACH_VEC_ELT (chains, i, chain)
     {