diff options
Diffstat (limited to 'src/check_stmt.cpp')
| -rw-r--r-- | src/check_stmt.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/check_stmt.cpp b/src/check_stmt.cpp index 7772b5c97..a4b7f9b24 100644 --- a/src/check_stmt.cpp +++ b/src/check_stmt.cpp @@ -370,6 +370,9 @@ Type *check_assignment_variable(CheckerContext *ctx, Operand *lhs, Operand *rhs) case Addressing_SoaVariable: break; + case Addressing_SwizzleVariable: + break; + default: { if (lhs->expr->kind == Ast_SelectorExpr) { // NOTE(bill): Extra error checks |