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.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/passes/Print.cpp b/src/passes/Print.cpp
index e383974d6..bfd12dc94 100644
--- a/src/passes/Print.cpp
+++ b/src/passes/Print.cpp
@@ -1222,6 +1222,9 @@ struct PrintExpressionContents
case MaxUVecI32x4:
o << "i32x4.max_u";
break;
+ case DotSVecI16x8ToVecI32x4:
+ o << "i32x4.dot_i16x8_s";
+ break;
case AddVecI64x2:
o << "i64x2.add";
break;