Skip to content

Commit 01a8e01

Browse files
vmaksimojsji
authored andcommitted
Fix build warning coming from SPIRVInstruction.h
Original commit: KhronosGroup/SPIRV-LLVM-Translator@fe4c3ca852db223
1 parent 12497a1 commit 01a8e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/lib/SPIRV/libSPIRV/SPIRVInstruction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4551,7 +4551,7 @@ template <Op OC> class SPIRVFSigmoidINTELInstBase : public SPIRVUnaryInst<OC> {
45514551
}
45524552
};
45534553

4554-
#define _SPIRV_OP(x, ...) \
4554+
#define _SPIRV_OP(x) \
45554555
typedef SPIRVFSigmoidINTELInstBase<internal::Op##x> SPIRV##x;
45564556
_SPIRV_OP(FSigmoidINTEL)
45574557
#undef _SPIRV_OP

0 commit comments

Comments
 (0)