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 {
16071607/**
16081608 * An instruction that represents a three-way comparison operator.
16091609 */
1610- class CompareThreeWayInstruction extends BinaryInstruction {
1611- CompareThreeWayInstruction ( ) { this .getOpcode ( ) instanceof Opcode:: Spaceship }
1610+ class SpaceshipInstruction extends BinaryInstruction {
1611+ SpaceshipInstruction ( ) { this .getOpcode ( ) instanceof Opcode:: Spaceship }
16121612}
16131613
16141614/**
Original file line number Diff line number Diff line change @@ -1607,8 +1607,8 @@ class CompareGEInstruction extends RelationalInstruction {
16071607/**
16081608 * An instruction that represents a three-way comparison operator.
16091609 */
1610- class CompareThreeWayInstruction extends BinaryInstruction {
1611- CompareThreeWayInstruction ( ) { this .getOpcode ( ) instanceof Opcode:: Spaceship }
1610+ class SpaceshipInstruction extends BinaryInstruction {
1611+ SpaceshipInstruction ( ) { this .getOpcode ( ) instanceof Opcode:: Spaceship }
16121612}
16131613
16141614/**
Original file line number Diff line number Diff line change @@ -1607,8 +1607,8 @@ class CompareGEInstruction extends RelationalInstruction {
16071607/**
16081608 * An instruction that represents a three-way comparison operator.
16091609 */
1610- class CompareThreeWayInstruction extends BinaryInstruction {
1611- CompareThreeWayInstruction ( ) { this .getOpcode ( ) instanceof Opcode:: Spaceship }
1610+ class SpaceshipInstruction extends BinaryInstruction {
1611+ SpaceshipInstruction ( ) { this .getOpcode ( ) instanceof Opcode:: Spaceship }
16121612}
16131613
16141614/**
You can’t perform that action at this time.
0 commit comments