Skip to content
Snippets Groups Projects
Commit d424a74b authored by Julien Signoles's avatar Julien Signoles
Browse files

[archi] additional comment

parent 5c56d8d7
No related branches found
No related tags found
No related merge requests found
......@@ -347,7 +347,9 @@ let add_new_block_in_stmt env kf stmt =
"@[new stmt (from sid %d):@ %a@]" stmt.sid Printer.pp_stmt new_stmt;
new_stmt, env
(* [TODO ARCHI] not sure returning the stmt_kind is useful *)
(* [TODO ARCHI] not sure returning the stmt_kind is useful;
actually probably useful for printf-like functions.
TO BE TESTED LATER *)
(* visit the substmts and build the new skind *)
let rec inject_in_substmt env kf stmt = match stmt.skind with
| Instr instr ->
......
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