aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/CombineOpproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc/CombineOpproof.v')
-rw-r--r--powerpc/CombineOpproof.v3
1 files changed, 0 insertions, 3 deletions
diff --git a/powerpc/CombineOpproof.v b/powerpc/CombineOpproof.v
index c96ecc1d..8f4ae192 100644
--- a/powerpc/CombineOpproof.v
+++ b/powerpc/CombineOpproof.v
@@ -124,9 +124,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.
Qed.
Theorem combine_op_sound: