aboutsummaryrefslogtreecommitdiffstats
path: root/backend/InterfGraphProperties.v
diff options
context:
space:
mode:
authorblazy <blazy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-01-08 07:53:02 +0000
committerblazy <blazy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-01-08 07:53:02 +0000
commita8c744000247af207b489d3cdd4e3d3cf60f72e1 (patch)
tree96c7ee4e244fccdb840233007604ba52d97c09e0 /backend/InterfGraphProperties.v
parent283afabc594b385e4f17fa59647aa8cddee27f85 (diff)
downloadcompcert-a8c744000247af207b489d3cdd4e3d3cf60f72e1.tar.gz
compcert-a8c744000247af207b489d3cdd4e3d3cf60f72e1.zip
ajout branche allocation de registres
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1220 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
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