Respond to review comments.

This commit is contained in:
Mathias Vorreiter Pedersen
2021-09-24 13:12:58 +01:00
parent 35baff8bac
commit eba1b0bc15

View File

@@ -1856,7 +1856,7 @@ class InitializeDynamicAllocationInstruction extends SideEffectInstruction {
}
/**
* Gets the operand of the allocation this instruction is initializing.
* Gets the operand that represents the address of the allocation this instruction is initializing.
*/
final AddressOperand getAllocationAddressOperand() { result = getAnOperand() }