params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Default to 12.

From-SVN: r176538
This commit is contained in:
Michael Eager 2011-07-20 22:30:06 +00:00 committed by Michael Eager
parent 510a442a35
commit 7f8925a1dd
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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.

View file

@ -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. */