| ... | @@ -1361,11 +1361,10 @@ fn makeShuffleMask(c: *Context, scope: *Scope, expr: *const clang.ShuffleVectorE | ... | @@ -1361,11 +1361,10 @@ fn makeShuffleMask(c: *Context, scope: *Scope, expr: *const clang.ShuffleVectorE |
| 1361 | init.* = converted_index; | 1361 | init.* = converted_index; |
| 1362 | } | 1362 | } |
| 1363 | | 1363 | |
| 1364 | const mask_init = try Tag.array_init.create(c.arena, .{ | 1364 | return Tag.array_init.create(c.arena, .{ |
| 1365 | .cond = mask_type, | 1365 | .cond = mask_type, |
| 1366 | .cases = init_list, | 1366 | .cases = init_list, |
| 1367 | }); | 1367 | }); |
| 1368 | return Tag.@"comptime".create(c.arena, mask_init); | | |
| 1369 | } | 1368 | } |
| 1370 | | 1369 | |
| 1371 | /// @typeInfo(@TypeOf(vec_node)).Vector.<field> | 1370 | /// @typeInfo(@TypeOf(vec_node)).Vector.<field> |