summaryrefslogtreecommitdiff
path: root/src/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/token.h')
-rw-r--r--src/token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/token.h b/src/token.h
index 777037eb..c763e136 100644
--- a/src/token.h
+++ b/src/token.h
@@ -123,6 +123,7 @@ enum class TokenType {
Try,
Unary,
SimdLaneOp,
+ SimdShuffleOp,
Unreachable,
First_Opcode = AtomicLoad,
Last_Opcode = Unreachable,