aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Coloringproof.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-03-09 13:35:00 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-03-09 13:35:00 +0000
commit3ffda353b0d92ccd0ff3693ad0be81531c3c0537 (patch)
tree9a07da4e83919d763086e379de161fd4cfe8ab02 /backend/Coloringproof.v
parent06c55ab8fa4c0bf59479faf03d30a51c780da36e (diff)
downloadcompcert-3ffda353b0d92ccd0ff3693ad0be81531c3c0537.tar.gz
compcert-3ffda353b0d92ccd0ff3693ad0be81531c3c0537.zip
Updated for Coq 8.3pl1. Some cleanups in test/*/Makefile.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1597 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'backend/Coloringproof.v')
-rw-r--r--backend/Coloringproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Coloringproof.v b/backend/Coloringproof.v
index bb97c87a..ca0637a7 100644
--- a/backend/Coloringproof.v
+++ b/backend/Coloringproof.v
@@ -658,7 +658,7 @@ Lemma check_coloring_3_correct:
Proof.
unfold check_coloring_3; intros.
exploit Regset.for_all_2; eauto.
- red; intros. hnf in H1. congruence.
+ red; intros. congruence.
apply Regset.mem_2. eauto.
simpl. intro. elim (andb_prop _ _ H1); intros.
split. apply loc_is_acceptable_correct; auto.