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