| author | |
| committer | |
| log | 5e9d0da43bd5dbda5a1d0e3d2d913efc6a071465 |
| tree | 380a263a86bf8ae5fbf00766d974d93b3b298d04 |
| parent | e57f553c07cff62871927146e072be43f13432e3 |
The bitcode abbrev was missing the subrange code1 files changed, 1 insertions(+), 0 deletions(-)
src/codegen/llvm/IR.zig+1| ... | @@ -857,6 +857,7 @@ pub const MetadataBlock = struct { | ... | @@ -857,6 +857,7 @@ pub const MetadataBlock = struct { |
| 857 | 857 | ||
| 858 | pub const Subrange = struct { | 858 | pub const Subrange = struct { |
| 859 | pub const ops = [_]AbbrevOp{ | 859 | pub const ops = [_]AbbrevOp{ |
| 860 | .{ .literal = 13 }, | ||
| 860 | .{ .literal = 0b11 }, | 861 | .{ .literal = 0b11 }, |
| 861 | MetadataAbbrev, // count | 862 | MetadataAbbrev, // count |
| 862 | MetadataAbbrev, // lower bound | 863 | MetadataAbbrev, // lower bound |