From 1478aabb18fa01244325f25e87f3bc5a3c2d67f0 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Mon, 12 Jan 2015 18:45:32 +0000 Subject: [PATCH] IR: Remove redundant comment, NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225648 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/IR/Metadata.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/IR/Metadata.cpp b/lib/IR/Metadata.cpp index d048a7f8031..6cb6efe3d66 100644 --- a/lib/IR/Metadata.cpp +++ b/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;