mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 12:00:38 +00:00
Eh.
This commit is contained in:
parent
2b3663e18d
commit
c4e92df106
1 changed files with 1 additions and 1 deletions
2
ir.c
2
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++) {
|
||||
|
|
Loading…
Reference in a new issue