C++: QLDoc for Operand

This commit is contained in:
Robert Marsh
2020-09-24 16:34:16 -07:00
parent e51b9215e4
commit 1445b31864

View File

@@ -79,7 +79,8 @@ private PhiOperandBase phiOperand(
}
/**
* A source operand of an `Instruction`. The operand represents a value consumed by the instruction.
* An operand of an `Instruction`. The operand represents a use of the result of one instruction
* (the defining instruction) in another instruction (the use instruction)
*/
class Operand extends TOperand {
/** Gets a textual representation of this element. */