| author | |
| committer | |
| log | ae8992629cc3d03379381ae37ab10d0e03edfd03 |
| tree | 893838e6791eca3ca74275d2b6b84078a097740c |
| parent | d93f1f3c72578bb343dac6431f9901d62ccf7a2e |
1 files changed, 2 insertions(+), 2 deletions(-)
src/codegen/llvm/BitcodeReader.zig+2-2| ... | ... | @@ -51,8 +51,8 @@ pub const Block = struct { |
| 51 | 51 | pub const Record = struct { |
| 52 | 52 | name: []const u8, |
| 53 | 53 | id: u32, |
| 54 | operands: []u64, | |
| 55 | blob: []u8, | |
| 54 | operands: []const u64, | |
| 55 | blob: []const u8, | |
| 56 | 56 | |
| 57 | 57 | fn toOwnedAbbrev(record: Record, allocator: std.mem.Allocator) !Abbrev { |
| 58 | 58 | var operands = std.ArrayList(Abbrev.Operand).init(allocator); |