1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

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

MSan is no longer an "early prototype".

llvm-svn: 210023
This commit is contained in:
Evgeniy Stepanov 2014-06-02 12:58:08 +00:00
parent a286c0385a
commit f8c69caa5e

View 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