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 34
34
#include " llvm/IR/IntrinsicsSPIRV.h"
35
35
#include " llvm/Support/Debug.h"
36
36
#include " llvm/Support/ErrorHandling.h"
37
- #include " llvm/Support/raw_ostream.h"
38
37
39
38
#define DEBUG_TYPE " spirv-isel"
40
39
@@ -271,10 +270,8 @@ class SPIRVInstructionSelector : public InstructionSelector {
271
270
bool selectPhi (Register ResVReg, const SPIRVType *ResType,
272
271
MachineInstr &I) const ;
273
272
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 ;
278
275
bool selectExtInst (Register ResVReg, const SPIRVType *ResType,
279
276
MachineInstr &I, CL::OpenCLExtInst CLInst) const ;
280
277
bool selectExtInst (Register ResVReg, const SPIRVType *ResType,
You can’t perform that action at this time.
0 commit comments