aboutsummaryrefslogtreecommitdiffstats
path: root/arm/CombineOpproof.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-07-10 09:00:24 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-07-10 09:00:24 +0000
commit9e76f90bc5255d6ec933d705bf99baf3ca80d5d5 (patch)
tree4f479cbabeab8dae4b3c4419d6ecafd64976f60d /arm/CombineOpproof.v
parent39fefdbe35d14d063e71738a70deebbae896eb06 (diff)
downloadcompcert-kvx-9e76f90bc5255d6ec933d705bf99baf3ca80d5d5.tar.gz
compcert-kvx-9e76f90bc5255d6ec933d705bf99baf3ca80d5d5.zip
Updated ARM port.
CSE.v: removed commented-out stuff. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1966 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'arm/CombineOpproof.v')
-rw-r--r--arm/CombineOpproof.v6
1 files changed, 0 insertions, 6 deletions
diff --git a/arm/CombineOpproof.v b/arm/CombineOpproof.v
index e7080f44..c95b19ca 100644
--- a/arm/CombineOpproof.v
+++ b/arm/CombineOpproof.v
@@ -116,12 +116,6 @@ Proof.
(* indexed - addimm *)
exploit get_sound; eauto. unfold equation_holds; simpl; intro EQ. FuncInv.
rewrite <- H0. rewrite Val.add_assoc. auto.
- (* indexed 0 - add *)
- exploit get_sound; eauto. unfold equation_holds; simpl; intro EQ. FuncInv.
- rewrite <- H0. destruct v; destruct v0; simpl; auto; rewrite Int.add_zero; auto.
- (* indexed 0 - addshift *)
- exploit get_sound; eauto. unfold equation_holds; simpl; intro EQ. FuncInv.
- rewrite <- H0. destruct v; destruct (eval_shift s v0); simpl; auto; rewrite Int.add_zero; auto.
Qed.
Theorem combine_op_sound: