mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
riscv64: Get rid of some trailing whitespace.
This commit is contained in:
parent
8285de62d5
commit
e40de86082
@ -1460,7 +1460,7 @@ fn genBody(func: *Func, body: []const Air.Inst.Index) InnerError!void {
|
||||
|
||||
.mul,
|
||||
.mul_wrap,
|
||||
.div_trunc,
|
||||
.div_trunc,
|
||||
.div_exact,
|
||||
.rem,
|
||||
|
||||
@ -1478,13 +1478,13 @@ fn genBody(func: *Func, body: []const Air.Inst.Index) InnerError!void {
|
||||
.max,
|
||||
=> try func.airBinOp(inst, tag),
|
||||
|
||||
|
||||
|
||||
.ptr_add,
|
||||
.ptr_sub => try func.airPtrArithmetic(inst, tag),
|
||||
|
||||
.mod,
|
||||
.div_float,
|
||||
.div_floor,
|
||||
.div_float,
|
||||
.div_floor,
|
||||
=> return func.fail("TODO: {s}", .{@tagName(tag)}),
|
||||
|
||||
.sqrt,
|
||||
@ -1639,7 +1639,7 @@ fn genBody(func: *Func, body: []const Air.Inst.Index) InnerError!void {
|
||||
.ptr_slice_ptr_ptr => try func.airPtrSlicePtrPtr(inst),
|
||||
|
||||
.array_elem_val => try func.airArrayElemVal(inst),
|
||||
|
||||
|
||||
.slice_elem_val => try func.airSliceElemVal(inst),
|
||||
.slice_elem_ptr => try func.airSliceElemPtr(inst),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user