]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/dse.c
Apply mechanical replacement (generated patch).
[thirdparty/gcc.git] / gcc / dse.c
index 5d8c6f990ec69e97e8b2cc723891a96b7e08c1c2..76abd873c78dbadbfa0535d125a8d54b4fbeec1a 100644 (file)
--- a/gcc/dse.c
+++ b/gcc/dse.c
@@ -2657,7 +2657,7 @@ dse_step1 (void)
 
   /* For -O1 reduce the maximum number of active local stores for RTL DSE
      since this can consume huge amounts of memory (PR89115).  */
-  int max_active_local_stores = PARAM_VALUE (PARAM_MAX_DSE_ACTIVE_LOCAL_STORES);
+  int max_active_local_stores = param_max_dse_active_local_stores;
   if (optimize < 2)
     max_active_local_stores /= 10;