[llvm-commits] [llvm] r96609 - in /llvm/trunk: include/llvm/Metadata.h lib/VMCore/LLVMContextImpl.h lib/VMCore/Metadata.cpp

Devang Patel dpatel at apple.com
Thu Feb 18 13:03:50 PST 2010


On Feb 18, 2010, at 1:00 PM, Duncan Sands wrote:

> Hi Devang,
> 
>>   void replaceOperand(MDNodeOperand *Op, Value *NewVal);
>>   ~MDNode();
>> +    // replaceAllOperandsWithNull - This is used while destroying llvm context to +  // gracefully delete all nodes. This method replaces all operands with null.
> 
> odd indentation in the first comment line.  Also, maybe this should be /// for
> doxygen.
> 


Fixed.
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100218/df40cacf/attachment.html>


More information about the llvm-commits mailing list