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 afdb12444..e73747a4f 100644 --- a/src/passes/Print.cpp +++ b/src/passes/Print.cpp @@ -1113,6 +1113,9 @@ struct PrintExpressionContents case XorVec128: o << "v128.xor"; break; + case AndNotVec128: + o << "v128.andnot"; + break; case AddVecI8x16: o << "i8x16.add"; |