C++: Fix comments to reference Call instead of Invoke

This commit is contained in:
Dave Bartolomeo
2018-08-27 11:02:07 -07:00
parent b44c2c72a6
commit 6e0fe92434
3 changed files with 3 additions and 3 deletions

View File

@@ -202,7 +202,7 @@ UnmodeledUseOperand unmodeledUseOperand() {
}
/**
* The operand representing the target function of an `Invoke` instruction.
* The operand representing the target function of an `Call` instruction.
*/
class CallTargetOperand extends OperandTag, TCallTargetOperand {
override final string toString() {

View File

@@ -202,7 +202,7 @@ UnmodeledUseOperand unmodeledUseOperand() {
}
/**
* The operand representing the target function of an `Invoke` instruction.
* The operand representing the target function of an `Call` instruction.
*/
class CallTargetOperand extends OperandTag, TCallTargetOperand {
override final string toString() {

View File

@@ -202,7 +202,7 @@ UnmodeledUseOperand unmodeledUseOperand() {
}
/**
* The operand representing the target function of an `Invoke` instruction.
* The operand representing the target function of an `Call` instruction.
*/
class CallTargetOperand extends OperandTag, TCallTargetOperand {
override final string toString() {