From 1e4096b8b885914fb8932c6b55423ab46109dbe3 Mon Sep 17 00:00:00 2001 From: Angus Holder Date: Wed, 22 Feb 2017 18:10:09 +0000 Subject: [PATCH] Removed unnecessary documentation. --- lib/cretonne/meta/gen_instr.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/cretonne/meta/gen_instr.py b/lib/cretonne/meta/gen_instr.py index 1e83a1da2d..8cf89e7654 100644 --- a/lib/cretonne/meta/gen_instr.py +++ b/lib/cretonne/meta/gen_instr.py @@ -274,8 +274,6 @@ def gen_opcodes(groups, fmt): .format(i.ins[i.format.typevar_operand])) # Enum variant itself. if is_first_opcode: - fmt.doc_comment('We explicitly set this to 1 to allow the NonZero optimization,') - fmt.doc_comment('meaning that SIZEOF(Option) == SIZEOF(Opcode)') fmt.line(i.camel_name + ' = 1,') is_first_opcode = False else: