File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 3434#include " llvm/IR/IntrinsicsSPIRV.h"
3535#include " llvm/Support/Debug.h"
3636#include " llvm/Support/ErrorHandling.h"
37- #include " llvm/Support/raw_ostream.h"
3837
3938#define DEBUG_TYPE " spirv-isel"
4039
@@ -271,10 +270,8 @@ class SPIRVInstructionSelector : public InstructionSelector {
271270 bool selectPhi (Register ResVReg, const SPIRVType *ResType,
272271 MachineInstr &I) const ;
273272
274- [[maybe_unused]] bool selectExtInst (Register ResVReg,
275- const SPIRVType *RestType,
276- MachineInstr &I,
277- GL::GLSLExtInst GLInst) const ;
273+ bool selectExtInst (Register ResVReg, const SPIRVType *RestType,
274+ MachineInstr &I, GL::GLSLExtInst GLInst) const ;
278275 bool selectExtInst (Register ResVReg, const SPIRVType *ResType,
279276 MachineInstr &I, CL::OpenCLExtInst CLInst) const ;
280277 bool selectExtInst (Register ResVReg, const SPIRVType *ResType,
You can’t perform that action at this time.
0 commit comments