summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-06-02 12:58:08 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-06-02 12:58:08 +0000
commit74389a951d26c7d6ac2af044ef41cbf40086867d (patch)
tree677106eb0d72f4de2a2d37321e10ccfcb498b39e /llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
parent4aa6e4c264a883695963d91c252739b49cc9c1b6 (diff)
downloadbcm5719-llvm-74389a951d26c7d6ac2af044ef41cbf40086867d.tar.gz
bcm5719-llvm-74389a951d26c7d6ac2af044ef41cbf40086867d.zip
[msan] Remove an out-of-date comment.
MSan is no longer an "early prototype". llvm-svn: 210023
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp')
-rw-r--r--llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp b/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
index b05138ac986..23324c89b86 100644
--- a/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
+++ b/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -10,8 +10,6 @@
/// This file is a part of MemorySanitizer, a detector of uninitialized
/// reads.
///
-/// Status: early prototype.
-///
/// The algorithm of the tool is similar to Memcheck
/// (http://goo.gl/QKbem). We associate a few shadow bits with every
/// byte of the application memory, poison the shadow of the malloc-ed
OpenPOWER on IntegriCloud