diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-01-12 18:45:32 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-01-12 18:45:32 +0000 |
commit | c0286874d79938894183176510fa0433817a29d8 (patch) | |
tree | b4483900107213fab51e2d78141c4e042fc13293 /llvm/lib | |
parent | 686162b1bc56209000fd830a178efb5d36030f7c (diff) | |
download | bcm5719-llvm-c0286874d79938894183176510fa0433817a29d8.tar.gz bcm5719-llvm-c0286874d79938894183176510fa0433817a29d8.zip |
IR: Remove redundant comment, NFC
llvm-svn: 225648
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/IR/Metadata.cpp | 1 |
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; |