feat: no VoidValue, just Void type
This commit is contained in:
@@ -99,7 +99,7 @@ namespace IR
|
||||
{
|
||||
StringBuilder sb;
|
||||
sb.AppendIndent(indent);
|
||||
sb << result()->Format() << " = load " << m_ptr->Format();
|
||||
sb << result()->Format() << " = load " << result()->GetType()->Format() << ", " << m_ptr->Format();
|
||||
return sb.view();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user