Skip to content
Snippets Groups Projects
Commit acee44d3 authored by Virgile Robles's avatar Virgile Robles
Browse files

[rte] Remove call site preconds from help msg

parent f748f666
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,7 @@
(* *)
(**************************************************************************)
let help_msg = "generates annotations for runtime error checking and \
preconditions at call sites"
let help_msg = "generates annotations for runtime error checking"
include Plugin.Register
(struct
......
......@@ -112,8 +112,7 @@ let _ =
~journalize:false
Generator.emitter
(* retrieve list of generated rte annotations (not precond) for
a given stmt *)
(* retrieve list of generated rte annotations for a given stmt *)
let _ignore =
Dynamic.register
~comment:"Get the list of annotations previously emitted by RTE for the \
......@@ -149,8 +148,7 @@ let _ignore =
Visit.get_annotations_exp
let main () =
(* reset "rte generated"/"called precond generated" properties for all
functions *)
(* reset "rte generated" properties for all functions *)
if Options.Enabled.get () then begin
Options.feedback ~level:2 "generating annotations";
!Db.RteGen.compute ();
......
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