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 {
821
821
*
822
822
* There are several different copy instructions, depending on the source and destination of the
823
823
* copy operation:
824
- * - `CopyInstruction ` - Copies a register operand to a register result.
824
+ * - `CopyValueInstruction ` - Copies a register operand to a register result.
825
825
* - `LoadInstruction` - Copies a memory operand to a register result.
826
826
* - `StoreInstruction` - Copies a register operand to a memory result.
827
827
*/
Original file line number Diff line number Diff line change @@ -821,7 +821,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
821
821
*
822
822
* There are several different copy instructions, depending on the source and destination of the
823
823
* copy operation:
824
- * - `CopyInstruction ` - Copies a register operand to a register result.
824
+ * - `CopyValueInstruction ` - Copies a register operand to a register result.
825
825
* - `LoadInstruction` - Copies a memory operand to a register result.
826
826
* - `StoreInstruction` - Copies a register operand to a memory result.
827
827
*/
Original file line number Diff line number Diff line change @@ -821,7 +821,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
821
821
*
822
822
* There are several different copy instructions, depending on the source and destination of the
823
823
* copy operation:
824
- * - `CopyInstruction ` - Copies a register operand to a register result.
824
+ * - `CopyValueInstruction ` - Copies a register operand to a register result.
825
825
* - `LoadInstruction` - Copies a memory operand to a register result.
826
826
* - `StoreInstruction` - Copies a register operand to a memory result.
827
827
*/
Original file line number Diff line number Diff line change @@ -821,7 +821,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
821
821
*
822
822
* There are several different copy instructions, depending on the source and destination of the
823
823
* copy operation:
824
- * - `CopyInstruction ` - Copies a register operand to a register result.
824
+ * - `CopyValueInstruction ` - Copies a register operand to a register result.
825
825
* - `LoadInstruction` - Copies a memory operand to a register result.
826
826
* - `StoreInstruction` - Copies a register operand to a memory result.
827
827
*/
Original file line number Diff line number Diff line change @@ -821,7 +821,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
821
821
*
822
822
* There are several different copy instructions, depending on the source and destination of the
823
823
* copy operation:
824
- * - `CopyInstruction ` - Copies a register operand to a register result.
824
+ * - `CopyValueInstruction ` - Copies a register operand to a register result.
825
825
* - `LoadInstruction` - Copies a memory operand to a register result.
826
826
* - `StoreInstruction` - Copies a register operand to a memory result.
827
827
*/
You can’t perform that action at this time.
0 commit comments