Skip to content

Commit 771b94f

Browse files
authored
[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.
1 parent 67dd201 commit 771b94f

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)