mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
MIR: remove unnecessary TODO comment
it wouldn't save any bytes in the MIR, and we can just check the range of the value when lowering the MIR to machine code.
This commit is contained in:
parent
35fe088e0e
commit
4c11986650
@ -293,7 +293,6 @@ pub const Inst = struct {
|
||||
/// Another instruction.
|
||||
inst: Index,
|
||||
/// A 32-bit immediate value.
|
||||
/// TODO we should add support for 16- and 8-bit immediate values.
|
||||
imm: i32,
|
||||
/// An extern function.
|
||||
/// Index into the linker's string table.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user