From 4fbcc57d49971e0f64910dfaea37c77dfb539de2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 1 May 2012 15:15:19 +0200 Subject: [PATCH] Commenting on future lvalue use in ast_store --- ast.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ast.c b/ast.c index e5492e4..168a80e 100644 --- a/ast.c +++ b/ast.c @@ -330,6 +330,7 @@ bool ast_block_codegen(ast_block *self, ast_function *func, bool lvalue, ir_valu bool ast_store_codegen(ast_store *self, ast_function *func, bool lvalue, ir_value **out) { + /* NOTE: remember: destination codegen needs to have lvalue=true */ return false; } -- 2.39.2