[llvm-commits] [llvm] r173679 - Revert r173678.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Mon Jan 28 01:18:40 PST 2013


Author: eugenis
Date: Mon Jan 28 03:18:40 2013
New Revision: 173679

URL: http://llvm.org/viewvc/llvm-project?rev=173679&view=rev
Log:
Revert r173678.

Broken tests.

Modified:
    llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Modified: llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp?rev=173679&r1=173678&r2=173679&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp (original)
+++ llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp Mon Jan 28 03:18:40 2013
@@ -129,7 +129,7 @@ static cl::opt<bool> ClHandleICmp("msan-
 
 static cl::opt<bool> 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<bool> ClStoreCleanOrigin("msan-store-clean-origin",
        cl::desc("store origin for clean (fully initialized) values"),





More information about the llvm-commits mailing list