File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1856,12 +1856,12 @@ class InitializeDynamicAllocationInstruction extends SideEffectInstruction {
18561856 }
18571857
18581858 /**
1859- * Gets the address of the allocation this instruction is initializing.
1859+ * Gets the operand of the allocation this instruction is initializing.
18601860 */
18611861 final AddressOperand getAllocationAddressOperand ( ) { result = getAnOperand ( ) }
18621862
18631863 /**
1864- * Gets the operand for the allocation this instruction is initializing.
1864+ * Gets the address for the allocation this instruction is initializing.
18651865 */
18661866 final Instruction getAllocationAddress ( ) { result = getAllocationAddressOperand ( ) .getDef ( ) }
18671867}
You can’t perform that action at this time.
0 commit comments