From: Wolfgang Bumiller Date: Tue, 1 May 2012 13:15:19 +0000 (+0200) Subject: Commenting on future lvalue use in ast_store X-Git-Tag: 0.1-rc1~533 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4fbcc57d49971e0f64910dfaea37c77dfb539de2;p=xonotic%2Fgmqcc.git Commenting on future lvalue use in ast_store --- 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; }