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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/passes/Print.cpp b/src/passes/Print.cpp
index edb95aba1..240db975b 100644
--- a/src/passes/Print.cpp
+++ b/src/passes/Print.cpp
@@ -1832,7 +1832,7 @@ struct PrintExpressionContents
o << "i16x8.narrow_i32x4_u";
break;
- case SwizzleVec8x16:
+ case SwizzleVecI8x16:
o << "i8x16.swizzle";
break;
@@ -1848,7 +1848,7 @@ struct PrintExpressionContents
case RelaxedMaxVecF64x2:
o << "f64x2.relaxed_max";
break;
- case RelaxedSwizzleVec8x16:
+ case RelaxedSwizzleVecI8x16:
o << "i8x16.relaxed_swizzle";
break;
case RelaxedQ15MulrSVecI16x8: