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 49cade313..dc0214453 100644 --- a/src/passes/Print.cpp +++ b/src/passes/Print.cpp @@ -2272,6 +2272,9 @@ struct PrintExpressionContents WASM_UNREACHABLE("invalid string.encode*"); } } + void visitStringConcat(StringConcat* curr) { + printMedium(o, "string.concat"); + } }; // Prints an expression in s-expr format, including both the |