summaryrefslogtreecommitdiff
path: root/src/ir.cc
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2019-11-25 21:41:13 -0600
committerGitHub <noreply@github.com>2019-11-25 21:41:13 -0600
commit4386b19e2854e8d5f303bd7236a20092ff77cb9a (patch)
tree456c3dc52d40d05910c422c1072c0320cce88909 /src/ir.cc
parent3130ab89d7864ae9105ccca5c241024f9536ab69 (diff)
downloadwabt-4386b19e2854e8d5f303bd7236a20092ff77cb9a.tar.gz
wabt-4386b19e2854e8d5f303bd7236a20092ff77cb9a.tar.bz2
wabt-4386b19e2854e8d5f303bd7236a20092ff77cb9a.zip
reference-types: add table.fill instruction (#1252)
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 0c9ee015..4c9a7c84 100644
--- a/src/ir.cc
+++ b/src/ir.cc
@@ -77,6 +77,7 @@ const char* ExprTypeName[] = {
"TableGrow",
"TableSize",
"TableSet",
+ "TableFill",
"Ternary",
"Throw",
"Try",