From 74487f079dd56663f97f9731cea328931857495c Mon Sep 17 00:00:00 2001 From: xleroy Date: Tue, 10 Nov 2009 12:50:57 +0000 Subject: Added support for jump tables in back end. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1171 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- backend/Stacking.v | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backend/Stacking.v') diff --git a/backend/Stacking.v b/backend/Stacking.v index 182c322..5d9cf37 100644 --- a/backend/Stacking.v +++ b/backend/Stacking.v @@ -185,6 +185,8 @@ Definition transl_instr Mgoto lbl :: k | Lcond cond args lbl => Mcond cond args lbl :: k + | Ljumptable arg tbl => + Mjumptable arg tbl :: k | Lreturn => restore_callee_save fe (Mreturn :: k) -- cgit v1.2.3