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 baf0a325e..c093158f3 100644
--- a/src/passes/Print.cpp
+++ b/src/passes/Print.cpp
@@ -774,6 +774,9 @@ struct PrintExpressionContents
case BitmaskVecI8x16:
o << "i8x16.bitmask";
break;
+ case PopcntVecI8x16:
+ o << "i8x16.popcnt";
+ break;
case AbsVecI16x8:
o << "i16x8.abs";
break;