fix typo; NFC

llvm-svn: 245896
This commit is contained in:
Sanjay Patel 2015-08-24 23:18:44 +00:00
parent b2b7ef1de8
commit 942b46a011
1 changed files with 1 additions and 1 deletions

View File

@ -1085,7 +1085,7 @@ void Instruction::dropUnknownNonDebugMetadata(ArrayRef<unsigned> KnownIDs) {
} }
} }
/// setMetadata - Set the metadata of of the specified kind to the specified /// setMetadata - Set the metadata of the specified kind to the specified
/// node. This updates/replaces metadata if already present, or removes it if /// node. This updates/replaces metadata if already present, or removes it if
/// Node is null. /// Node is null.
void Instruction::setMetadata(unsigned KindID, MDNode *Node) { void Instruction::setMetadata(unsigned KindID, MDNode *Node) {