summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-01-28 09:18:40 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-01-28 09:18:40 +0000
commit52c7b1b98f21cdba3d48429b78dcb51d6aa3c80c (patch)
tree999b2ec54dd2911e478fd8b621f913669b11fcaa
parent5ec2ff57e97a65a9c9d9b57c8ef1ee6190d6bb0c (diff)
downloadbcm5719-llvm-52c7b1b98f21cdba3d48429b78dcb51d6aa3c80c.tar.gz
bcm5719-llvm-52c7b1b98f21cdba3d48429b78dcb51d6aa3c80c.zip
Revert r173678.
Broken tests. llvm-svn: 173679
-rw-r--r--llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp b/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
index e92892d2887..a329dcc6bee 100644
--- a/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
+++ b/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -129,7 +129,7 @@ static cl::opt<bool> ClHandleICmp("msan-handle-icmp",
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"),
OpenPOWER on IntegriCloud