From: Evgeniy Stepanov Date: Mon, 28 Jan 2013 09:18:40 +0000 (+0000) Subject: Revert r173678. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ccfc295b9d8f895432910a140d20446b5bafc4c4;p=oota-llvm.git Revert r173678. Broken tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173679 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Instrumentation/MemorySanitizer.cpp b/lib/Transforms/Instrumentation/MemorySanitizer.cpp index e92892d2887..a329dcc6bee 100644 --- a/lib/Transforms/Instrumentation/MemorySanitizer.cpp +++ b/lib/Transforms/Instrumentation/MemorySanitizer.cpp @@ -129,7 +129,7 @@ static cl::opt ClHandleICmp("msan-handle-icmp", static cl::opt ClHandleICmpExact("msan-handle-icmp-exact", cl::desc("exact handling of relational integer ICmp"), - cl::Hidden, cl::init(false)); + cl::Hidden, cl::init(true)); static cl::opt ClStoreCleanOrigin("msan-store-clean-origin", cl::desc("store origin for clean (fully initialized) values"),