aboutsummaryrefslogtreecommitdiffstats
path: root/arm/Op.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-03-28 10:01:53 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-03-28 10:01:53 +0000
commit9976ed7a27434cfcc334959ef5f20e4967ff8dcb (patch)
tree803e1659ad2c7395911408dbe46f79aa49ffea12 /arm/Op.v
parentc0ff75a787c9b56699722fa672e76c97acfe93b5 (diff)
downloadcompcert-kvx-9976ed7a27434cfcc334959ef5f20e4967ff8dcb.tar.gz
compcert-kvx-9976ed7a27434cfcc334959ef5f20e4967ff8dcb.zip
Updating ARM port
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1291 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'arm/Op.v')
-rw-r--r--arm/Op.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/arm/Op.v b/arm/Op.v
index 51ce0024..7a255115 100644
--- a/arm/Op.v
+++ b/arm/Op.v
@@ -572,8 +572,7 @@ Proof.
destruct v; destruct chunk; exact I.
intros until v. unfold Mem.loadv.
destruct addr; intros; try discriminate.
- generalize (Mem.load_inv _ _ _ _ _ H0).
- intros [X Y]. subst v. apply H.
+ eapply Mem.load_type; eauto.
Qed.
End SOUNDNESS.