File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
cpp/ql/lib/semmle/code/cpp/ir/implementation
csharp/ql/src/experimental/ir/implementation Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -821,7 +821,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
821821 *
822822 * There are several different copy instructions, depending on the source and destination of the
823823 * copy operation:
824- * - `CopyInstruction ` - Copies a register operand to a register result.
824+ * - `CopyValueInstruction ` - Copies a register operand to a register result.
825825 * - `LoadInstruction` - Copies a memory operand to a register result.
826826 * - `StoreInstruction` - Copies a register operand to a memory result.
827827 */
Original file line number Diff line number Diff line change @@ -821,7 +821,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
821821 *
822822 * There are several different copy instructions, depending on the source and destination of the
823823 * copy operation:
824- * - `CopyInstruction ` - Copies a register operand to a register result.
824+ * - `CopyValueInstruction ` - Copies a register operand to a register result.
825825 * - `LoadInstruction` - Copies a memory operand to a register result.
826826 * - `StoreInstruction` - Copies a register operand to a memory result.
827827 */
Original file line number Diff line number Diff line change @@ -821,7 +821,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
821821 *
822822 * There are several different copy instructions, depending on the source and destination of the
823823 * copy operation:
824- * - `CopyInstruction ` - Copies a register operand to a register result.
824+ * - `CopyValueInstruction ` - Copies a register operand to a register result.
825825 * - `LoadInstruction` - Copies a memory operand to a register result.
826826 * - `StoreInstruction` - Copies a register operand to a memory result.
827827 */
Original file line number Diff line number Diff line change @@ -821,7 +821,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
821821 *
822822 * There are several different copy instructions, depending on the source and destination of the
823823 * copy operation:
824- * - `CopyInstruction ` - Copies a register operand to a register result.
824+ * - `CopyValueInstruction ` - Copies a register operand to a register result.
825825 * - `LoadInstruction` - Copies a memory operand to a register result.
826826 * - `StoreInstruction` - Copies a register operand to a memory result.
827827 */
Original file line number Diff line number Diff line change @@ -821,7 +821,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
821821 *
822822 * There are several different copy instructions, depending on the source and destination of the
823823 * copy operation:
824- * - `CopyInstruction ` - Copies a register operand to a register result.
824+ * - `CopyValueInstruction ` - Copies a register operand to a register result.
825825 * - `LoadInstruction` - Copies a memory operand to a register result.
826826 * - `StoreInstruction` - Copies a register operand to a memory result.
827827 */
You can’t perform that action at this time.
0 commit comments