From 58c36f71e943045cfb577ec64f07dacc4cabbcd3 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Fri, 20 Jan 2017 10:33:45 -0800 Subject: [PATCH] Fix flake8 style issue. --- lib/cretonne/meta/cdsl/operands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cretonne/meta/cdsl/operands.py b/lib/cretonne/meta/cdsl/operands.py index 2fcc22b0c0..f7ec85eafa 100644 --- a/lib/cretonne/meta/cdsl/operands.py +++ b/lib/cretonne/meta/cdsl/operands.py @@ -40,6 +40,7 @@ class OperandKind(object): # type: () -> str return 'OperandKind({})'.format(self.name) + #: An SSA value operand. This is a value defined by another instruction. VALUE = OperandKind( 'value', """