Rename simd_insert to simd_replace

This commit is contained in:
gingerBill
2022-05-25 21:00:00 +01:00
parent 0203bb657e
commit b168bf9460
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -651,7 +651,7 @@ bool check_builtin_simd_operation(CheckerContext *c, Operand *operand, Ast *call
return true;
}
break;
case BuiltinProc_simd_insert:
case BuiltinProc_simd_replace:
{
Operand x = {};
check_expr(c, &x, ce->args[0]); if (x.mode == Addressing_Invalid) { return false; }