[llvm] r225648 - IR: Remove redundant comment, NFC

Duncan P. N. Exon Smith dexonsmith at apple.com
Mon Jan 12 10:45:33 PST 2015


Author: dexonsmith
Date: Mon Jan 12 12:45:32 2015
New Revision: 225648

URL: http://llvm.org/viewvc/llvm-project?rev=225648&view=rev
Log:
IR: Remove redundant comment, NFC

Modified:
    llvm/trunk/lib/IR/Metadata.cpp

Modified: llvm/trunk/lib/IR/Metadata.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/IR/Metadata.cpp?rev=225648&r1=225647&r2=225648&view=diff
==============================================================================
--- llvm/trunk/lib/IR/Metadata.cpp (original)
+++ llvm/trunk/lib/IR/Metadata.cpp Mon Jan 12 12:45:32 2015
@@ -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;





More information about the llvm-commits mailing list