Skip to content

Commit f7d6423

Browse files
committed
Revert "Fix macro"
This reverts commit 3528b23.
1 parent 290baf6 commit f7d6423

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
@@ -2916,7 +2916,7 @@ class SPIRVExpectKHRInstBase : public SPIRVInstTemplateBase {
29162916
typedef SPIRVInstTemplate<SPIRVExpectKHRInstBase, Op##x, __VA_ARGS__> \
29172917
SPIRV##x;
29182918
_SPIRV_OP(ExpectKHR, true, 5)
2919-
#undef _SPIRV_OP
2919+
#undef _SPIRV_OP_INTERNAL
29202920

29212921
class SPIRVSubgroupShuffleINTELInstBase : public SPIRVInstTemplateBase {
29222922
protected:

0 commit comments

Comments
 (0)