[msan] Enable out-of-line instrumentation for large functions by default.

llvm-svn: 206759
This commit is contained in:
Evgeniy Stepanov 2014-04-21 15:04:05 +00:00
parent 62774f3524
commit 3939f54820
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ static cl::opt<int> ClInstrumentationWithCallThreshold(
"If the function being instrumented requires more than "
"this number of checks and origin stores, use callbacks instead of "
"inline checks (-1 means never use callbacks)."),
cl::Hidden, cl::init(-1));
cl::Hidden, cl::init(3500));
// Experimental. Wraps all indirect calls in the instrumented code with
// a call to the given function. This is needed to assist the dynamic