aboutsummaryrefslogtreecommitdiffstats
path: root/src/translation/HTLgenspec.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/translation/HTLgenspec.v')
-rw-r--r--src/translation/HTLgenspec.v5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/translation/HTLgenspec.v b/src/translation/HTLgenspec.v
index ca069c1..afc6f72 100644
--- a/src/translation/HTLgenspec.v
+++ b/src/translation/HTLgenspec.v
@@ -300,15 +300,14 @@ Proof.
* destruct o0 with pc1; destruct H11; simpl in *; rewrite AssocMap.gss in H9;
[ discriminate | apply H9 ].
* inversion H2. inversion H9. rewrite H. apply tr_instr_Inop.
- eapply in_map with (f := fst) in H9. contradiction.
+ eapply in_map with (f := fst) in H9; contradiction.
* destruct o with pc1; destruct H11; simpl in *; rewrite AssocMap.gss in H9;
[ discriminate | apply H9 ].
* destruct o0 with pc1; destruct H11; simpl in *; rewrite AssocMap.gss in H9;
[ discriminate | apply H9 ].
* inversion H2. inversion H9. unfold nonblock. rewrite <- e2. rewrite H. constructor.
- eapply translate_instr_tr_op. apply EQ1.
- eapply in_map with (f := fst) in H9. contradiction.
+ eapply translate_instr_tr_op. apply EQ1. eapply in_map with (f := fst) in H9. contradiction.
* destruct o with pc1; destruct H11; simpl in *; rewrite AssocMap.gss in H9;
[ discriminate | apply H9 ].