summaryrefslogtreecommitdiff
path: root/third_party/llvm-project/include/llvm/BinaryFormat/Wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/llvm-project/include/llvm/BinaryFormat/Wasm.h')
-rw-r--r--third_party/llvm-project/include/llvm/BinaryFormat/Wasm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/llvm-project/include/llvm/BinaryFormat/Wasm.h b/third_party/llvm-project/include/llvm/BinaryFormat/Wasm.h
index f550d880f..97f07d5f4 100644
--- a/third_party/llvm-project/include/llvm/BinaryFormat/Wasm.h
+++ b/third_party/llvm-project/include/llvm/BinaryFormat/Wasm.h
@@ -225,7 +225,6 @@ enum : unsigned {
WASM_TYPE_F64 = 0x7C,
WASM_TYPE_V128 = 0x7B,
WASM_TYPE_FUNCREF = 0x70,
- WASM_TYPE_EXNREF = 0x68,
WASM_TYPE_FUNC = 0x60,
WASM_TYPE_NORESULT = 0x40, // for blocks with no result values
};
@@ -348,7 +347,6 @@ enum class ValType {
F32 = WASM_TYPE_F32,
F64 = WASM_TYPE_F64,
V128 = WASM_TYPE_V128,
- EXNREF = WASM_TYPE_EXNREF,
};
struct WasmSignature {