index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ir.cc
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/ir.cc')
-rw-r--r--
src/ir.cc
1
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",
};