fixed commutativity rule
[cdsspec-compiler.git] / correctness-model / writeup / figures / ww_sc_fence_mo2.dot
1 digraph ww_sc_fence_mo2 {
2 margin=0
3 //ranksep=.3;
4
5 N1 [label="A: v.store(1)", shape=none];
6 N2 [style=invis, shape=point];
7 N3 [style=invis, shape=point];
8 N4 [label="B: v.store(2)", shape=none];
9
10 N1 -> N4 [label="mo", color="#00aa00", style=dashed, penwidth=3, constraint=false];
11 N1 -> N2 [color=invis, weight=100];
12 N3 -> N4 [color=invis, weight=100];
13 {rank=same; N2 N3}
14 }