Skip to content

Commit d55dcbf

Browse files
committed
Undo unrelated change.
1 parent 918d650 commit d55dcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Instrumentation/MemProfiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ static cl::opt<bool> ClInsertVersionCheck(
9595
// This flag may need to be replaced with -f[no-]memprof-reads.
9696
static cl::opt<bool> ClInstrumentReads("memprof-instrument-reads",
9797
cl::desc("instrument read instructions"),
98-
cl::Hidden, cl::init(false));
98+
cl::Hidden, cl::init(true));
9999

100100
static cl::opt<bool>
101101
ClInstrumentWrites("memprof-instrument-writes",

0 commit comments

Comments
 (0)