mirror of
https://github.com/ziglang/zig.git
synced 2026-02-18 23:39:17 +00:00
stage2: sparc64: Fix CompareOperator <-> ICondition mapping
This commit is contained in:
parent
135b91aecd
commit
38aa431e03
@ -644,7 +644,7 @@ pub const Instruction = union(enum) {
|
||||
.gt => .gu,
|
||||
.neq => .ne,
|
||||
.lt => .cs,
|
||||
.lte => .le,
|
||||
.lte => .leu,
|
||||
.eq => .eq,
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user