From 609e1b5d85feb6cf346503cba4c318deb1de48ae Mon Sep 17 00:00:00 2001 From: nub31 Date: Tue, 16 Sep 2025 19:18:23 +0200 Subject: [PATCH] Add todo --- compiler/NubLang/Generation/QBE/QBEGenerator.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/NubLang/Generation/QBE/QBEGenerator.cs b/compiler/NubLang/Generation/QBE/QBEGenerator.cs index 99e9319..0601506 100644 --- a/compiler/NubLang/Generation/QBE/QBEGenerator.cs +++ b/compiler/NubLang/Generation/QBE/QBEGenerator.cs @@ -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)