commit | 8ea961ff7f36d73e6c14a086e8be912cadd35498 | [log] [tgz] |
---|---|---|
author | Victor Hernandez <vhernandez@apple.com> | Wed Jan 13 21:25:04 2010 +0000 |
committer | Victor Hernandez <vhernandez@apple.com> | Wed Jan 13 21:25:04 2010 +0000 |
tree | fedabdd533c23d089695313eb63e27ca6c0dd293 | |
parent | 74165da5442bd6bb1a8f2ca59a7ef24b5c8a2ad4 [diff] |
Fix comment typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93355 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Bitcode/Writer/BitcodeWriter.cpp b/lib/Bitcode/Writer/BitcodeWriter.cpp index a81b346..5318b51 100644 --- a/lib/Bitcode/Writer/BitcodeWriter.cpp +++ b/lib/Bitcode/Writer/BitcodeWriter.cpp
@@ -570,7 +570,7 @@ StartedMetadataBlock = true; } WriteMDNode(N, VE, Stream, Record); - // Remove function-local MD, since it is used outside of function. + // Remove function-local MD, since it is not used outside of function. it = Vals.erase(it); end = Vals.end(); continue;