mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-03 17:24:24 +00:00
Fix comment typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93355 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4d2419d751
commit
2cd4244815
@ -570,7 +570,7 @@ static void WriteFunctionLocalMetadata(const ValueEnumerator &VE,
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user