Skip to content
Snippets Groups Projects
Commit 99294ec7 authored by xleroy's avatar xleroy
Browse files

Added Slabel, Sgoto

git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@705 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
parent 1bf0ee95
No related branches found
No related tags found
No related merge requests found
......@@ -345,6 +345,10 @@ let rec type_stmt env blk ret s =
with Error s ->
raise (Error (sprintf "In tail call:\n%s" s))
end
| Slabel(lbl, s1) ->
type_stmt env blk ret s1
| Sgoto lbl ->
()
let rec env_of_vars idl =
match idl with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment