remove condition codes

LLVM always assumes these are on. Zig backends do not observe them.

If Zig backends want to start using them, they can be introduced, one
arch at a time, with proper documentation.
This commit is contained in:
Andrew Kelley
2025-07-15 16:09:47 -07:00
parent de9c0e4580
commit 15f45e89a7
4 changed files with 19 additions and 18 deletions

View File

@@ -145,7 +145,7 @@ fn exit2(code: usize) noreturn {
:
: [number] "{x8}" (93),
[arg1] "{x0}" (code),
: .{ .memory = true, .cc = true });
: .{ .memory = true });
},
.sparc64 => {
asm volatile ("ta 0x6d"