diff options
author | Ben Smith <binjimin@gmail.com> | 2019-02-10 22:17:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-10 22:17:15 -0800 |
commit | 86ca8824a9cc4298fe4f1b017bf5e006588efd20 (patch) | |
tree | 0c542a1c6f8d3fd5f1e8d79bc16bb65400b13884 /src/ir.cc | |
parent | b61ea803e237987ba1296577512bdc6e9d6ca371 (diff) | |
download | wabt-86ca8824a9cc4298fe4f1b017bf5e006588efd20.tar.gz wabt-86ca8824a9cc4298fe4f1b017bf5e006588efd20.tar.bz2 wabt-86ca8824a9cc4298fe4f1b017bf5e006588efd20.zip |
Remove the `if_except` instruction (#1009)
It is no longer part of the exception proposal.
Diffstat (limited to 'src/ir.cc')
-rw-r--r-- | src/ir.cc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -45,7 +45,6 @@ const char* ExprTypeName[] = { "GlobalGet", "GlobalSet", "If", - "IfExcept", "Load", "LocalGet", "LocalSet", |