From 74389a951d26c7d6ac2af044ef41cbf40086867d Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Mon, 2 Jun 2014 12:58:08 +0000 Subject: [msan] Remove an out-of-date comment. MSan is no longer an "early prototype". llvm-svn: 210023 --- llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp') 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 -- cgit v1.2.3