@ -442,7 +442,7 @@ class LLVMParser(object):
def p_operand_null(self, p):
'operand : NULL'
p[0] = ll.Null
p[0] = ll.Null()
def p_operand_const(self, p):
'operand : INT'
The note is not visible to the blocked user.