From: Dale Weiler Date: Sat, 28 Sep 2013 09:36:09 +0000 (-0400) Subject: Eh. X-Git-Tag: 0.3.5~67 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c4e92df106026d8c225b3edec89ddef49f1caa43;p=xonotic%2Fgmqcc.git Eh. --- diff --git a/ir.c b/ir.c index e911b02..a7dd5ac 100644 --- a/ir.c +++ b/ir.c @@ -3180,7 +3180,7 @@ static bool gen_blocks_recursive(code_t *code, ir_function *func, ir_block *bloc if (stmt.opcode == INSTR_NOT_F) { /* - * We can optimize for superfluous cases of not. Consider + * We can optimize for superfluous cases of not. */ if (i + 4 <= vec_size(block->instr)) { for (j = 0; j < 2; j++) {