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