summaryrefslogtreecommitdiff
path: root/src/tools/wasm-reduce.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/wasm-reduce.cpp')
-rw-r--r--src/tools/wasm-reduce.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tools/wasm-reduce.cpp b/src/tools/wasm-reduce.cpp
index 36b988091..f1f5a5b90 100644
--- a/src/tools/wasm-reduce.cpp
+++ b/src/tools/wasm-reduce.cpp
@@ -592,7 +592,7 @@ struct Reducer
fixed = builder->makeUnary(TruncSFloat64ToInt32, child);
break;
case v128:
- case except_ref:
+ case exnref:
continue; // not implemented yet
case none:
case unreachable:
@@ -614,7 +614,7 @@ struct Reducer
fixed = builder->makeUnary(TruncSFloat64ToInt64, child);
break;
case v128:
- case except_ref:
+ case exnref:
continue; // not implemented yet
case none:
case unreachable:
@@ -636,7 +636,7 @@ struct Reducer
fixed = builder->makeUnary(DemoteFloat64, child);
break;
case v128:
- case except_ref:
+ case exnref:
continue; // not implemented yet
case none:
case unreachable:
@@ -658,7 +658,7 @@ struct Reducer
case f64:
WASM_UNREACHABLE();
case v128:
- case except_ref:
+ case exnref:
continue; // not implemented yet
case none:
case unreachable:
@@ -667,7 +667,7 @@ struct Reducer
break;
}
case v128:
- case except_ref:
+ case exnref:
continue; // not implemented yet
case none:
case unreachable: