From: Brian Paul Date: Tue, 23 Jun 2009 22:17:06 +0000 (-0600) Subject: glsl: remove obsolete comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=454a717d94f51504664b6b2e6463dd14ef2c4f7c;p=mesa.git glsl: remove obsolete comment --- diff --git a/src/mesa/shader/slang/slang_codegen.c b/src/mesa/shader/slang/slang_codegen.c index 2c43e53b191..7ab2135c853 100644 --- a/src/mesa/shader/slang/slang_codegen.c +++ b/src/mesa/shader/slang/slang_codegen.c @@ -1410,9 +1410,6 @@ _slang_gen_function_call(slang_assemble_ctx *A, slang_function *fun, * implement 'return' with RET (and CAL). * Nevertheless, we performed "inlining" to make a new instance * of the function body to deal with static register allocation. - * - * XXX check if there's one 'return' and if it's the very last - * statement in the function - we can optimize that case. */ assert(inlined->type == SLANG_OPER_BLOCK_NEW_SCOPE || inlined->type == SLANG_OPER_SEQUENCE);