File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
cpp/ql/lib/semmle/code/cpp/ir/implementation Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1607,8 +1607,8 @@ class CompareGEInstruction extends RelationalInstruction {
1607
1607
/**
1608
1608
* An instruction that represents a three-way comparison operator.
1609
1609
*/
1610
- class CompareThreeWayInstruction extends BinaryInstruction {
1611
- CompareThreeWayInstruction ( ) { this .getOpcode ( ) instanceof Opcode:: Spaceship }
1610
+ class SpaceshipInstruction extends BinaryInstruction {
1611
+ SpaceshipInstruction ( ) { this .getOpcode ( ) instanceof Opcode:: Spaceship }
1612
1612
}
1613
1613
1614
1614
/**
Original file line number Diff line number Diff line change @@ -1607,8 +1607,8 @@ class CompareGEInstruction extends RelationalInstruction {
1607
1607
/**
1608
1608
* An instruction that represents a three-way comparison operator.
1609
1609
*/
1610
- class CompareThreeWayInstruction extends BinaryInstruction {
1611
- CompareThreeWayInstruction ( ) { this .getOpcode ( ) instanceof Opcode:: Spaceship }
1610
+ class SpaceshipInstruction extends BinaryInstruction {
1611
+ SpaceshipInstruction ( ) { this .getOpcode ( ) instanceof Opcode:: Spaceship }
1612
1612
}
1613
1613
1614
1614
/**
Original file line number Diff line number Diff line change @@ -1607,8 +1607,8 @@ class CompareGEInstruction extends RelationalInstruction {
1607
1607
/**
1608
1608
* An instruction that represents a three-way comparison operator.
1609
1609
*/
1610
- class CompareThreeWayInstruction extends BinaryInstruction {
1611
- CompareThreeWayInstruction ( ) { this .getOpcode ( ) instanceof Opcode:: Spaceship }
1610
+ class SpaceshipInstruction extends BinaryInstruction {
1611
+ SpaceshipInstruction ( ) { this .getOpcode ( ) instanceof Opcode:: Spaceship }
1612
1612
}
1613
1613
1614
1614
/**
You can’t perform that action at this time.
0 commit comments