This commit is contained in:
nub31
2025-09-16 19:18:23 +02:00
parent 1391444836
commit 9167660dfc

View File

@@ -294,6 +294,7 @@ public class QBEGenerator
return size;
}
// todo(nub31): EmitRValue should take a destination parameter so we can skip copying rvalues
private void EmitCopyInto(ExpressionNode source, string destination)
{
if (source.Type.IsScalar)