Skip to content

Commit df22878

Browse files
farzonlgithub-actions[bot]
authored andcommitted
Automerge: [NFC][SPIRV] remove unimplemented function define for selectCross (#134478)
- `selectCross` looks to be a function that had its implementation and usage removed but this define some how stuck around. - this change removes the definition.
2 parents 591ba7b + 771b94f commit df22878

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ class SPIRVInstructionSelector : public InstructionSelector {
183183

184184
bool selectCmp(Register ResVReg, const SPIRVType *ResType,
185185
unsigned comparisonOpcode, MachineInstr &I) const;
186-
bool selectCross(Register ResVReg, const SPIRVType *ResType,
187-
MachineInstr &I) const;
188186
bool selectDiscard(Register ResVReg, const SPIRVType *ResType,
189187
MachineInstr &I) const;
190188

0 commit comments

Comments
 (0)