IR: Remove redundant comment, NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225648 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan P. N. Exon Smith 2015-01-12 18:45:32 +00:00
parent 0315eb0bcb
commit 1478aabb18

View File

@ -614,7 +614,6 @@ void MDNode::storeDistinctInContext() {
getContext().pImpl->NonUniquedMDNodes.insert(G); getContext().pImpl->NonUniquedMDNodes.insert(G);
} }
// Replace value from this node's operand list.
void MDNode::replaceOperandWith(unsigned I, Metadata *New) { void MDNode::replaceOperandWith(unsigned I, Metadata *New) {
if (getOperand(I) == New) if (getOperand(I) == New)
return; return;