]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.c
Remove the rest of it.
[xonotic/gmqcc.git] / ir.c
diff --git a/ir.c b/ir.c
index 55fffb34f1e4c624b93a211fdb3c59fad311cebd..f92d5524eb12281e4d13fe1044f906e150718e41 100644 (file)
--- a/ir.c
+++ b/ir.c
@@ -2799,10 +2799,6 @@ static bool gen_blocks_recursive(code_t *code, ir_function *func, ir_block *bloc
     {
         instr = block->instr[i];
 
-        /* Ignore NOP instruction */
-        if (instr->opcode == VINSTR_NOP)
-            continue;
-
         if (instr->opcode == VINSTR_PHI) {
             irerror(block->context, "cannot generate virtual instruction (phi)");
             return false;