aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64
diff options
context:
space:
mode:
authorJustus Fasse <justus.fasse@etu.univ-grenoble-alpes.fr>2020-07-24 14:06:39 +0200
committerJustus Fasse <justus.fasse@etu.univ-grenoble-alpes.fr>2020-07-24 14:06:39 +0200
commitcd321d46380dab50d96f4032354a6c009a34eb8e (patch)
tree9124d8ea0e7dcea5144cd7cbe3c1bd87e9e5f8a3 /aarch64
parent2291b9dd6fea2df3205c120780e1f44cc6a91b76 (diff)
downloadcompcert-kvx-cd321d46380dab50d96f4032354a6c009a34eb8e.tar.gz
compcert-kvx-cd321d46380dab50d96f4032354a6c009a34eb8e.zip
Remove trailing whitespace
Diffstat (limited to 'aarch64')
-rw-r--r--aarch64/Asmgenproof.v8
1 files changed, 4 insertions, 4 deletions
diff --git a/aarch64/Asmgenproof.v b/aarch64/Asmgenproof.v
index 36d39695..27b7ed64 100644
--- a/aarch64/Asmgenproof.v
+++ b/aarch64/Asmgenproof.v
@@ -253,7 +253,7 @@ Proof.
unfold Wordsize_Ptrofs.wordsize; destruct Archi.ptr64; simpl; omega.
Qed.
-(* NB: does not seem useful anymore, with the [exec_header_simulation] proof below
+(* NB: does not seem useful anymore, with the [exec_header_simulation] proof below
Lemma match_internal_exec_label:
forall n rs1 m1 rs2 m2 l fb f tf,
Genv.find_funct_ptr ge fb = Some (Internal f) ->
@@ -485,7 +485,7 @@ Proof.
- left. discriminate.
Qed.
-Lemma list_length_z_aux_increase A (l: list A): forall acc,
+Lemma list_length_z_aux_increase A (l: list A): forall acc,
list_length_z_aux l acc >= acc.
Proof.
induction l; simpl; intros.
@@ -634,14 +634,14 @@ Proof.
rewrite Ptrofs.add_zero; auto.
+ (* header one *)
assert (Lhead: list_length_z (header bb) = 1). { rewrite EQhead; unfold list_length_z; simpl. auto. }
- exploit (find_instr_bblock 0); eauto.
+ exploit (find_instr_bblock 0); eauto.
{ generalize (bblock_size_pos bb). omega. }
intros (i & NTH & FIND_INSTR).
inv NTH.
* rewrite EQhead in H; simpl in H. inv H.
cutrewrite (Ptrofs.unsigned ofs + 0 = Ptrofs.unsigned ofs) in FIND_INSTR; try omega.
eexists. split.
- - eapply star_one.
+ - eapply star_one.
eapply Asm.exec_step_internal; eauto.
simpl; eauto.
- unfold list_length_z; simpl. split; eauto.