We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e74e8 commit b7a46a4Copy full SHA for b7a46a4
2 files changed
herd/Pretty.ml
@@ -827,7 +827,7 @@ module Make (S:SemExtra.S) : S with module S = S = struct
827
| E.IdSome ii ->
828
fprintf chan "proc:%s poi:%i\\l"
829
(Proc.pp ii.A.proc)
830
- ii.A.static_poi
+ ii.A.program_order_index
831
832
(*
833
This complex function is not meant to be used directly,
herd/prettyUtils.ml
@@ -23,7 +23,7 @@ module Make(S : SemExtra.S) = struct
23
let by_po =
24
E.EventSet.fold
25
(fun e k ->
26
- match E.static_poi e with
+ match E.progorder_of e with
27
| None -> k
28
| Some poi ->
29
let es_poi = IntMap.safe_find [] poi k in
0 commit comments