Skip to content

Commit 6f529aa

Browse files
committed
[WebAssembly] Remove IIT_EXNREF
This was added in #93586 but caused a compilation warning and is not used anyway.
1 parent 0edc97f commit 6f529aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/IR/Intrinsics.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ def IIT_PPCF128 : IIT_VT<ppcf128, 52>;
316316
def IIT_V3 : IIT_Vec<3, 53>;
317317
def IIT_EXTERNREF : IIT_VT<externref, 54>;
318318
def IIT_FUNCREF : IIT_VT<funcref, 55>;
319-
def IIT_EXNREF: IIT_VT<exnref, 56>;
320319
def IIT_I2 : IIT_Int<2, 57>;
321320
def IIT_I4 : IIT_Int<4, 58>;
322321
def IIT_AARCH64_SVCOUNT : IIT_VT<aarch64svcount, 59>;

0 commit comments

Comments
 (0)