Skip to content
Snippets Groups Projects
Commit 97cf6e66 authored by David Monniaux's avatar David Monniaux
Browse files

Merge remote-tracking branch 'origin/kvx-work-ssa' into kvx-test-prepass-ssa

parents 92f91660 e475cffd
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,8 @@ let refine_invariants
let add_todo (pc : RTL.node) =
todo := IntSet.add (P.to_int pc) !todo in
let update_node (pc : RTL.node) =
Printf.printf "updating node %d\n" (P.to_int pc);
(if !Clflags.option_debug_compcert > 9
then Printf.printf "updating node %d\n" (P.to_int pc));
if not (peq pc entrypoint)
then
let cur = PMap.get pc !invariants in
......
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