summaryrefslogtreecommitdiff
path: root/src/passes/Print.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/passes/Print.cpp')
-rw-r--r--src/passes/Print.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/passes/Print.cpp b/src/passes/Print.cpp
index b856b2000..a5b5e3c2b 100644
--- a/src/passes/Print.cpp
+++ b/src/passes/Print.cpp
@@ -1243,6 +1243,10 @@ struct PrintExpressionContents
o << "i16x8.narrow_i32x4_u";
break;
+ case SwizzleVec8x16:
+ o << "v8x16.swizzle";
+ break;
+
case InvalidBinary:
WASM_UNREACHABLE();
}