diff options
author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2014-06-02 12:58:08 +0000 |
---|---|---|
committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2014-06-02 12:58:08 +0000 |
commit | 74389a951d26c7d6ac2af044ef41cbf40086867d (patch) | |
tree | 677106eb0d72f4de2a2d37321e10ccfcb498b39e /llvm/lib/Transforms | |
parent | 4aa6e4c264a883695963d91c252739b49cc9c1b6 (diff) | |
download | bcm5719-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')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp | 2 |
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 |