aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/Asmgenproof.v
diff options
context:
space:
mode:
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.