diff options
Diffstat (limited to 'src/passes/Print.cpp')
-rw-r--r-- | src/passes/Print.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/passes/Print.cpp b/src/passes/Print.cpp index 3ed6edcb5..62eac9b06 100644 --- a/src/passes/Print.cpp +++ b/src/passes/Print.cpp @@ -1318,6 +1318,9 @@ struct PrintExpressionContents case SubVecI64x2: o << "i64x2.sub"; break; + case MulVecI64x2: + o << "i64x2.mul"; + break; case AddVecF32x4: o << "f32x4.add"; |