diff options
Diffstat (limited to 'src/passes/Print.cpp')
-rw-r--r-- | src/passes/Print.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/passes/Print.cpp b/src/passes/Print.cpp index e3663e164..0fdb4255f 100644 --- a/src/passes/Print.cpp +++ b/src/passes/Print.cpp @@ -264,6 +264,7 @@ struct PrintSExpression : public WasmVisitor<PrintSExpression, void> { case Clz: o << "clz"; break; case Ctz: o << "ctz"; break; case Popcnt: o << "popcnt"; break; + case EqZ: o << "eqz"; break; case Neg: o << "neg"; break; case Abs: o << "abs"; break; case Ceil: o << "ceil"; break; |