summaryrefslogtreecommitdiff
path: root/backend/Bounds.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Bounds.v')
-rw-r--r--backend/Bounds.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/Bounds.v b/backend/Bounds.v
index 8c5f536..15468c5 100644
--- a/backend/Bounds.v
+++ b/backend/Bounds.v
@@ -106,6 +106,7 @@ Definition regs_of_instr (i: instruction) : list mreg :=
| Llabel lbl => nil
| Lgoto lbl => nil
| Lcond cond args lbl => nil
+ | Ljumptable arg tbl => nil
| Lreturn => nil
end.