summaryrefslogtreecommitdiff
path: root/lib/Transforms
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
commite53c5d3baa3d49b27b3b6ffd0b30be9dea820425 (patch)
tree2fedad259f4fb0cfd281f68ae413ae266a7b669e /lib/Transforms
parent07de13a9bc7215f14814a6f4a4da0217a0ee9c9f (diff)
downloadllvm-e53c5d3baa3d49b27b3b6ffd0b30be9dea820425.tar.gz
llvm-e53c5d3baa3d49b27b3b6ffd0b30be9dea820425.tar.bz2
llvm-e53c5d3baa3d49b27b3b6ffd0b30be9dea820425.tar.xz
[msan] Remove an out-of-date comment.
MSan is no longer an "early prototype". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210023 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r--lib/Transforms/Instrumentation/MemorySanitizer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Transforms/Instrumentation/MemorySanitizer.cpp b/lib/Transforms/Instrumentation/MemorySanitizer.cpp
index b05138ac98..23324c89b8 100644
--- a/lib/Transforms/Instrumentation/MemorySanitizer.cpp
+++ b/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