aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/Asmgenproof.v
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2020-12-07 23:51:58 +0100
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2020-12-07 23:51:58 +0100
commit8dfd1db5c496821b8cb94ce7b121e4b9bba3d265 (patch)
treef15db31de0783d499a88ae6a4a6920202d9b9472 /aarch64/Asmgenproof.v
parenta44c77d4f36894f11958f29a738e791c069cd2e0 (diff)
downloadcompcert-kvx-8dfd1db5c496821b8cb94ce7b121e4b9bba3d265.tar.gz
compcert-kvx-8dfd1db5c496821b8cb94ce7b121e4b9bba3d265.zip
Some cleanup in todos
Diffstat (limited to 'aarch64/Asmgenproof.v')
-rw-r--r--aarch64/Asmgenproof.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/aarch64/Asmgenproof.v b/aarch64/Asmgenproof.v
index eac406a1..793d94f9 100644
--- a/aarch64/Asmgenproof.v
+++ b/aarch64/Asmgenproof.v
@@ -807,7 +807,6 @@ Proof.
- destruct fsz; rewrite <- BASIC; rewrite Pregmap.gso; try (discriminate || reflexivity).
Qed.
-(* TODO *)
Lemma exec_basic_dont_move_PC bi rs m rs' m': forall
(BASIC: exec_basic lk ge bi rs m = Next rs' m'),
rs PC = rs' PC.
@@ -1660,7 +1659,6 @@ Proof.
+ destruct H.
Qed.
-(* TODO *)
Lemma no_label_in_basic_inst: forall a lbl x,
basic_to_instruction a = OK x -> Asm.is_label lbl x = false.
Proof.