aboutsummaryrefslogtreecommitdiffstats
path: root/backend/InterfGraphProperties.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/InterfGraphProperties.v')
-rwxr-xr-xbackend/InterfGraphProperties.v8
1 files changed, 8 insertions, 0 deletions
diff --git a/backend/InterfGraphProperties.v b/backend/InterfGraphProperties.v
new file mode 100755
index 00000000..09e1b59f
--- /dev/null
+++ b/backend/InterfGraphProperties.v
@@ -0,0 +1,8 @@
+Require Import InterfGraph.
+Require Import Coloring.
+
+Lemma set_reg_reg_diff_ext : forall x f live live0,
+SetRegReg.In x (interf_reg_reg (interf_graph f live live0)) -> fst x <> snd x.
+
+Proof.
+Admitted. \ No newline at end of file