X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ir.c;h=6d436f1e5d8af305a9135c564577c3c6934329ee;hp=93c0a541bff645f8756f63c7f5160009bef6a467;hb=3c9283cc41032400b256ebbe9bbebbde8e517383;hpb=2967dba7adb85997f1c8351edf3c1a0aebde0ad3 diff --git a/ir.c b/ir.c index 93c0a54..6d436f1 100644 --- a/ir.c +++ b/ir.c @@ -609,7 +609,8 @@ bool ir_function_pass_peephole(ir_function *self) if (inot->_ops[0] != value || inot->opcode < INSTR_NOT_F || inot->opcode > INSTR_NOT_FNC || - inot->opcode == INSTR_NOT_V) /* can't do this one */ + inot->opcode == INSTR_NOT_V || /* can't do these */ + inot->opcode == INSTR_NOT_S) { break; }