mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Add +++= operator.
This commit is contained in:
committed by
Christoffer Lerno
parent
122dbb3668
commit
44d736a537
@@ -4291,6 +4291,7 @@ void llvm_emit_binary(GenContext *c, BEValue *be_value, Expr *expr, BEValue *lhs
|
||||
case BINARYOP_CT_AND:
|
||||
case BINARYOP_CT_OR:
|
||||
case BINARYOP_CT_CONCAT:
|
||||
case BINARYOP_CT_CONCAT_ASSIGN:
|
||||
// Handled elsewhere.
|
||||
UNREACHABLE_VOID
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user