summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2015-08-24 23:18:44 +0000
committerSanjay Patel <spatel@rotateright.com>2015-08-24 23:18:44 +0000
commit942b46a011b5144977471fe8ba683795acc22fee (patch)
tree40e28d4a07ca47034df83a539a1cf07e4fae4319 /llvm/lib
parentb2b7ef1de8118095963e1c085467fc411bd7e56f (diff)
downloadbcm5719-llvm-942b46a011b5144977471fe8ba683795acc22fee.tar.gz
bcm5719-llvm-942b46a011b5144977471fe8ba683795acc22fee.zip
fix typo; NFC
llvm-svn: 245896
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/IR/Metadata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/Metadata.cpp b/llvm/lib/IR/Metadata.cpp
index b1545554deb..431fee1b7b7 100644
--- a/llvm/lib/IR/Metadata.cpp
+++ b/llvm/lib/IR/Metadata.cpp
@@ -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 is null.
void Instruction::setMetadata(unsigned KindID, MDNode *Node) {
OpenPOWER on IntegriCloud