diff options
| author | David Rubin <87927264+Rexicon226@users.noreply.github.com> | 2024-10-04 15:21:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-04 22:21:27 +0000 |
| commit | 043b1adb8dff184deaf9e145e6045b36b9bf733b (patch) | |
| tree | 30c1e0e35c1e9b289ca1590431a59d9d44565520 /src/Air/types_resolved.zig | |
| parent | 163d505e27bfbdb0aed30339fcc98c0f5f364e7a (diff) | |
| download | zig-043b1adb8dff184deaf9e145e6045b36b9bf733b.tar.gz zig-043b1adb8dff184deaf9e145e6045b36b9bf733b.zip | |
remove `@fence` (#21585)
closes #11650
Diffstat (limited to 'src/Air/types_resolved.zig')
| -rw-r--r-- | src/Air/types_resolved.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Air/types_resolved.zig b/src/Air/types_resolved.zig index 717729ff1d..5a149b08d2 100644 --- a/src/Air/types_resolved.zig +++ b/src/Air/types_resolved.zig @@ -416,7 +416,6 @@ fn checkBody(air: Air, body: []const Air.Inst.Index, zcu: *Zcu) bool { .work_item_id, .work_group_size, .work_group_id, - .fence, .dbg_stmt, .err_return_trace, .save_err_return_trace_index, |
