]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-ssa-ifcombine.c
Apply mechanical replacement (generated patch).
[thirdparty/gcc.git] / gcc / tree-ssa-ifcombine.c
index 21c1b0e8918219252740a10b83d99dc4da05fb08..fa3bc0a437773f9c6aa3247c1b7b60884fb1cadf 100644 (file)
@@ -565,9 +565,9 @@ ifcombine_ifandif (basic_block inner_cond_bb, bool inner_inv,
          tree t1, t2;
          gimple_stmt_iterator gsi;
          bool logical_op_non_short_circuit = LOGICAL_OP_NON_SHORT_CIRCUIT;
-         if (PARAM_VALUE (PARAM_LOGICAL_OP_NON_SHORT_CIRCUIT) != -1)
+         if (param_logical_op_non_short_circuit != -1)
            logical_op_non_short_circuit
-             = PARAM_VALUE (PARAM_LOGICAL_OP_NON_SHORT_CIRCUIT);
+             = param_logical_op_non_short_circuit;
          if (!logical_op_non_short_circuit || flag_sanitize_coverage)
            return false;
          /* Only do this optimization if the inner bb contains only the conditional. */