Fix comment typo

llvm-svn: 93355
This commit is contained in:
Victor Hernandez
2010-01-13 21:25:04 +00:00
parent f193416359
commit 9c203e362a

View File

@@ -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;