Fix flake8 style issue.

This commit is contained in:
Jakob Stoklund Olesen
2017-01-20 10:33:45 -08:00
parent 5eba3db4e0
commit 58c36f71e9

View File

@@ -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', """