summaryrefslogtreecommitdiff
path: root/src/ir.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir.cc')
-rw-r--r--src/ir.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir.cc b/src/ir.cc
index ad9ae4bd..7b2de36e 100644
--- a/src/ir.cc
+++ b/src/ir.cc
@@ -59,6 +59,7 @@ const char* ExprTypeName[] = {
"Throw",
"TryBlock",
"Unary",
+ "Ternary",
"Unreachable",
};