mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Fix comments.
llvm-svn: 96610
This commit is contained in:
parent
5c67cb332e
commit
823a78e1f8
@ -104,11 +104,12 @@ class MDNode : public Value, public FoldingSetNode {
|
||||
FL_Yes = 1
|
||||
};
|
||||
|
||||
// Replace each instance of F from the operand list of this node with T.
|
||||
/// replaceOperand - Replace each instance of F from the operand list of this
|
||||
/// node with T.
|
||||
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.
|
||||
/// replaceAllOperandsWithNull - This is used while destroying llvm context to
|
||||
/// gracefully delete all nodes. This method replaces all operands with null.
|
||||
void replaceAllOperandsWithNull();
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user