| ... | ... | @@ -3182,6 +3182,7 @@ fn performReloc(self: *Self, inst: Mir.Inst.Index) !void { |
| 3182 | 3182 | const tag = self.mir_instructions.items(.tag)[inst]; |
| 3183 | 3183 | switch (tag) { |
| 3184 | 3184 | .bpcc => self.mir_instructions.items(.data)[inst].branch_predict_int.inst = @intCast(Mir.Inst.Index, self.mir_instructions.len), |
| 3185 | .bpr => self.mir_instructions.items(.data)[inst].branch_predict_reg.inst = @intCast(Mir.Inst.Index, self.mir_instructions.len), |
| 3185 | 3186 | else => unreachable, |
| 3186 | 3187 | } |
| 3187 | 3188 | } |