Commit 7f8925a1 by Michael Eager Committed by Michael Eager

params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Default to 12.

From-SVN: r176538
parent 510a442a
2011-07-20 Michael Eager <eager@eagercon.com>
* params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Default to 12.
2011-07-20 Richard Henderson <rth@redhat.com>
* cfg.c (dump_bb_info): Dump basic_block->flags.
......
......@@ -845,7 +845,7 @@ DEFPARAM (PARAM_MAX_VARTRACK_SIZE,
DEFPARAM (PARAM_MAX_VARTRACK_EXPR_DEPTH,
"max-vartrack-expr-depth",
"Max. recursion depth for expanding var tracking expressions",
20, 0, 0)
12, 0, 0)
/* Set minimum insn uid for non-debug insns. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment