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

Duncan Sands baldrick at free.fr
Thu Feb 18 13:00:51 PST 2010


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.

Ciao,

Duncan.



More information about the llvm-commits mailing list