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 9e1afffd4..39c66cc57 100644 --- a/src/passes/Print.cpp +++ b/src/passes/Print.cpp @@ -1785,6 +1785,9 @@ struct PrintExpressionContents } void visitBrOn(BrOn* curr) { switch (curr->op) { + case BrOnNull: + printMedium(o, "br_on_null "); + break; case BrOnCast: printMedium(o, "br_on_cast "); break; |