aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/Asmblock.v
diff options
context:
space:
mode:
authorJustus Fasse <justus.fasse@etu.univ-grenoble-alpes.fr>2020-07-09 08:36:33 +0200
committerJustus Fasse <justus.fasse@etu.univ-grenoble-alpes.fr>2020-07-09 08:36:33 +0200
commit195733f11dde7be8b774103c471481bb6679e808 (patch)
tree477503e069b49bf24a1e57a41c62f88a194608b9 /aarch64/Asmblock.v
parentc764ff8433d8d4b31228d8313aa1043cb9196d21 (diff)
downloadcompcert-kvx-195733f11dde7be8b774103c471481bb6679e808.tar.gz
compcert-kvx-195733f11dde7be8b774103c471481bb6679e808.zip
Remove incorrect part of a comment
Diffstat (limited to 'aarch64/Asmblock.v')
-rw-r--r--aarch64/Asmblock.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/aarch64/Asmblock.v b/aarch64/Asmblock.v
index 5cabf324..74956bcd 100644
--- a/aarch64/Asmblock.v
+++ b/aarch64/Asmblock.v
@@ -489,8 +489,7 @@ Definition non_empty_exit (exit: option control): bool :=
Definition non_empty_bblockb (body: list basic) (exit: option control): bool := non_empty_body body || non_empty_exit exit.
-(** A bblock is well-formed if he contains at least one instruction,
- and if there is a builtin then it must be alone in this bblock. *)
+(** A bblock is well-formed if he contains at least one instruction. *)
Record bblock := mk_bblock {
header: list label;