From: Evgeniy Stepanov Date: Mon, 2 Jun 2014 12:58:08 +0000 (+0000) Subject: [msan] Remove an out-of-date comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e53c5d3baa3d49b27b3b6ffd0b30be9dea820425;p=oota-llvm.git [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 --- diff --git a/lib/Transforms/Instrumentation/MemorySanitizer.cpp b/lib/Transforms/Instrumentation/MemorySanitizer.cpp index b05138ac986..23324c89b86 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