[llvm] r210023 - [msan] Remove an out-of-date comment.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Mon Jun 2 05:58:08 PDT 2014


Author: eugenis
Date: Mon Jun  2 07:58:08 2014
New Revision: 210023

URL: http://llvm.org/viewvc/llvm-project?rev=210023&view=rev
Log:
[msan] Remove an out-of-date comment.

MSan is no longer an "early prototype".

Modified:
    llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Modified: llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp?rev=210023&r1=210022&r2=210023&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp (original)
+++ llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp Mon Jun  2 07:58:08 2014
@@ -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





More information about the llvm-commits mailing list