]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.c
Remove pointless thinking comment, fix builds for clang.
[xonotic/gmqcc.git] / ir.c
diff --git a/ir.c b/ir.c
index 49d4b2f02e26354024e1db26da4765bbb639c78f..f33e48c54ee64d601cdbbb9f17eb1cc0c48eb126 100644 (file)
--- a/ir.c
+++ b/ir.c
@@ -1889,10 +1889,8 @@ ir_value* ir_block_create_unary(ir_block *self, lex_ctx_t ctx,
          */
         case VINSTR_NEG_F:
             return ir_block_create_general_instr(self, ctx, label, INSTR_SUB_F, NULL, operand, ot);
-            break;
         case VINSTR_NEG_V:
             return ir_block_create_general_instr(self, ctx, label, INSTR_SUB_V, NULL, operand, ot);
-            break;
 
         default:
             ot = operand->vtype;