mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
[msan] Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169491 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4031b194ac
commit
7baaee37cc
@ -500,7 +500,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
|
||||
VAHelper->finalizeInstrumentation();
|
||||
|
||||
// Delayed instrumentation of StoreInst.
|
||||
// This make add new checks to inserted later.
|
||||
// This may add new checks to be inserted later.
|
||||
materializeStores();
|
||||
|
||||
// Insert shadow value checks.
|
||||
|
Loading…
Reference in New Issue
Block a user