aboutsummaryrefslogtreecommitdiffstats
path: root/backend/CSE.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/CSE.v')
-rw-r--r--backend/CSE.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/CSE.v b/backend/CSE.v
index ff8d41aa..98b7bbf5 100644
--- a/backend/CSE.v
+++ b/backend/CSE.v
@@ -350,6 +350,8 @@ Definition transfer (f: function) (pc: node) (before: numbering) :=
empty_numbering
| Icond cond args ifso ifnot =>
before
+ | Ijumptable arg tbl =>
+ before
| Ireturn optarg =>
before
end