fixed command line
[cdsspec-compiler.git] / correctness-model / writeup / figures / wf_sc_rf2.dot
diff --git a/correctness-model/writeup/figures/wf_sc_rf2.dot b/correctness-model/writeup/figures/wf_sc_rf2.dot
deleted file mode 100644 (file)
index 1cdc907..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-digraph wf_sc_rf2 {
-margin=0
-ranksep=.3;
-
-N1 [label="A: v.store(1, seq-cst)", shape=none];
-//N2 [label="X: fence(seq-cst)", shape=none];
-N3 [label="B: v.store(2)", shape=none];
-//N4 [label="Y: v.load()", shape=none];
-
-N1 -> N3 [label="mo", color="#00aa00", style=dashed, penwidth=3];
-//N1 -> N2 [label="sc", color=purple];
-//N2 -> N4 [label="sb", color=blue];
-//N3 -> N4 [label="rf", color=red, constraint=false];
-//N1 -> N3 [style=invis];
-//{rank=same; N1 N2}
-}