From 195733f11dde7be8b774103c471481bb6679e808 Mon Sep 17 00:00:00 2001 From: Justus Fasse Date: Thu, 9 Jul 2020 08:36:33 +0200 Subject: Remove incorrect part of a comment --- aarch64/Asmblock.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'aarch64/Asmblock.v') 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; -- cgit