Skip to content

Commit fcd33b3

Browse files
committed
---
yaml --- r: 373 b: refs/heads/master c: ec5efd2 h: refs/heads/master i: 371: 99bac72 v: v3
1 parent ea49e05 commit fcd33b3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: c4897f849c1266506cfbd42a1c53c2866a7b4a1e
2+
refs/heads/master: ec5efd25778e64ca273edd650d7606675aaba208

trunk/src/boot/me/typestate.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,8 @@ let process_crate
12201220
in
12211221
let log_flag = cx.ctxt_sess.Session.sess_log_typestate in
12221222
run_passes cx "typestate setup" path setup_passes log_flag log crate;
1223-
run_dataflow cx constr_id graph;
1223+
Session.time_inner "typestate dataflow" cx.ctxt_sess
1224+
(fun _ -> run_dataflow cx constr_id graph);
12241225
run_passes cx "typestate verify" path verify_passes log_flag log crate;
12251226
run_passes cx "typestate aux" path aux_passes log_flag log crate
12261227
;;

0 commit comments

Comments
 (0)