| author | |
| committer | |
| log | 03eb332d3c9d1b24811c21d28ceee4008743b60e |
| tree | f699387626b27ce2daf6197572990e6d3ad62cda |
| parent | 7f3ade6deae4cad281adeda8cf2c04756f7c5db7 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/codegen/llvm/ir.zig+1-1| ... | ... | @@ -155,7 +155,7 @@ pub const Module = struct { |
| 155 | 155 | |
| 156 | 156 | pub const Alias = struct { |
| 157 | 157 | pub const ops = [_]AbbrevOp{ |
| 158 | .{ .literal = 9 }, // Code | |
| 158 | .{ .literal = 14 }, // Code | |
| 159 | 159 | .{ .vbr = 16 }, // strtab_offset |
| 160 | 160 | .{ .vbr = 16 }, // strtab_size |
| 161 | 161 | .{ .fixed_runtime = Builder.Type }, |