mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Revert 0.7.6 code for 0.7.5 re-release
This commit is contained in:
@@ -4551,7 +4551,7 @@ static void llvm_emit_binary_expr(GenContext *c, BEValue *be_value, Expr *expr)
|
||||
// Operation + assign
|
||||
if (binary_op > BINARYOP_ASSIGN)
|
||||
{
|
||||
// Find the base op.
|
||||
// Finde the base op.
|
||||
BinaryOp base_op = binaryop_assign_base_op(binary_op);
|
||||
ASSERT(base_op != BINARYOP_ERROR);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user