aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/Ctypes.v
diff options
context:
space:
mode:
authorMaxime Dénès <mail@maximedenes.fr>2016-09-21 13:43:21 +0200
committerMaxime Dénès <mail@maximedenes.fr>2017-01-09 14:58:03 +0100
commit5e2454ecba7c99e4615f123d71a227fddbca3908 (patch)
treec80248357d08fbde2ab2a0619095c2759be4ac98 /cfrontend/Ctypes.v
parent4e21c35b306bae7d832e6d0c0758069856b144b7 (diff)
downloadcompcert-kvx-5e2454ecba7c99e4615f123d71a227fddbca3908.tar.gz
compcert-kvx-5e2454ecba7c99e4615f123d71a227fddbca3908.zip
An hypothesis has changed name.
Not sure why, but it would be safer not to rely on automatic naming.
Diffstat (limited to 'cfrontend/Ctypes.v')
-rw-r--r--cfrontend/Ctypes.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfrontend/Ctypes.v b/cfrontend/Ctypes.v
index 7b689674..8d6cdb24 100644
--- a/cfrontend/Ctypes.v
+++ b/cfrontend/Ctypes.v
@@ -1064,7 +1064,7 @@ Proof.
destruct (complete_members env m) eqn:C; simplify_eq EQ. clear EQ; intros EQ.
rewrite PTree.gsspec. intros [A|A]; auto.
destruct (peq id id0); auto.
- inv A. rewrite <- H1; auto.
+ inv A. rewrite <- H0; auto.
}
intros. exploit REC; eauto. rewrite PTree.gempty. intuition congruence.
Qed.