Minor fix for parapoly matrix types

This commit is contained in:
gingerBill
2021-10-20 17:00:14 +01:00
parent 3e4c2e4932
commit e6f725dc2c
3 changed files with 5 additions and 3 deletions

View File

@@ -2168,7 +2168,6 @@ bool check_builtin_procedure(CheckerContext *c, Operand *operand, Ast *call, i32
break;
}
case BuiltinProc_simd_vector: {
Operand x = {};
Operand y = {};