params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Default to 12.
From-SVN: r176538
This commit is contained in:
parent
510a442a35
commit
7f8925a1dd
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue