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.
1 files changed, 0 insertions(+), 1 deletions(-)
src/arch/x86_64/Mir.zig-1
| ... | ... | @@ -293,7 +293,6 @@ pub const Inst = struct { |
| 293 | 293 | /// Another instruction. |
| 294 | 294 | inst: Index, |
| 295 | 295 | /// A 32-bit immediate value. |
| 296 | | /// TODO we should add support for 16- and 8-bit immediate values. |
| 297 | 296 | imm: i32, |
| 298 | 297 | /// An extern function. |
| 299 | 298 | /// Index into the linker's string table. |