summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Metadata.cpp
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-01-12 18:45:32 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-01-12 18:45:32 +0000
commitc0286874d79938894183176510fa0433817a29d8 (patch)
treeb4483900107213fab51e2d78141c4e042fc13293 /llvm/lib/IR/Metadata.cpp
parent686162b1bc56209000fd830a178efb5d36030f7c (diff)
downloadbcm5719-llvm-c0286874d79938894183176510fa0433817a29d8.tar.gz
bcm5719-llvm-c0286874d79938894183176510fa0433817a29d8.zip
IR: Remove redundant comment, NFC
llvm-svn: 225648
Diffstat (limited to 'llvm/lib/IR/Metadata.cpp')
-rw-r--r--llvm/lib/IR/Metadata.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/IR/Metadata.cpp b/llvm/lib/IR/Metadata.cpp
index d048a7f8031..6cb6efe3d66 100644
--- a/llvm/lib/IR/Metadata.cpp
+++ b/llvm/lib/IR/Metadata.cpp
@@ -614,7 +614,6 @@ void MDNode::storeDistinctInContext() {
getContext().pImpl->NonUniquedMDNodes.insert(G);
}
-// Replace value from this node's operand list.
void MDNode::replaceOperandWith(unsigned I, Metadata *New) {
if (getOperand(I) == New)
return;
OpenPOWER on IntegriCloud