Fix flake8 style issue.
This commit is contained in:
@@ -40,6 +40,7 @@ class OperandKind(object):
|
|||||||
# type: () -> str
|
# type: () -> str
|
||||||
return 'OperandKind({})'.format(self.name)
|
return 'OperandKind({})'.format(self.name)
|
||||||
|
|
||||||
|
|
||||||
#: An SSA value operand. This is a value defined by another instruction.
|
#: An SSA value operand. This is a value defined by another instruction.
|
||||||
VALUE = OperandKind(
|
VALUE = OperandKind(
|
||||||
'value', """
|
'value', """
|
||||||
|
|||||||
Reference in New Issue
Block a user