changes
[cdsspec-compiler.git] / correctness-model / writeup / figures / rmw_mo.dot
1 digraph rmw_mo {
2 margin=0
3
4 N1 [label="A: v.store(1)", shape=none];
5 N2 [label="B: v.rmw()", shape=none];
6
7 N1 -> N2 [label="rf", color=red];
8 N1 -> N2 [color=invis, constraint=false];
9 }