[msan] Remove an out-of-date comment.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Mon, 2 Jun 2014 12:58:08 +0000 (12:58 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Mon, 2 Jun 2014 12:58:08 +0000 (12:58 +0000)
MSan is no longer an "early prototype".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210023 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/MemorySanitizer.cpp

index b05138ac986c7ec3330922d63530db822e7d2c1f..23324c89b867ccd7c89a334295397b7533c8f5c4 100644 (file)
@@ -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