We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290baf6 commit f7d6423Copy full SHA for f7d6423
llvm-spirv/lib/SPIRV/libSPIRV/SPIRVInstruction.h
@@ -2916,7 +2916,7 @@ class SPIRVExpectKHRInstBase : public SPIRVInstTemplateBase {
2916
typedef SPIRVInstTemplate<SPIRVExpectKHRInstBase, Op##x, __VA_ARGS__> \
2917
SPIRV##x;
2918
_SPIRV_OP(ExpectKHR, true, 5)
2919
-#undef _SPIRV_OP
+#undef _SPIRV_OP_INTERNAL
2920
2921
class SPIRVSubgroupShuffleINTELInstBase : public SPIRVInstTemplateBase {
2922
protected:
0 commit comments