mirror of
https://github.com/ziglang/zig.git
synced 2025-12-25 23:53:15 +00:00
stage2: sparcv9: Change ordering in Mir Tag
This commit is contained in:
parent
94a84e783e
commit
94d70bdb69
@ -37,14 +37,14 @@ pub const Inst = struct {
|
||||
/// It uses the nop field.
|
||||
nop,
|
||||
|
||||
/// A.45 RETURN
|
||||
/// It uses the arithmetic_2op field.
|
||||
@"return",
|
||||
|
||||
/// A.46 SAVE and RESTORE
|
||||
/// Those uses the arithmetic_3op field.
|
||||
save,
|
||||
restore,
|
||||
|
||||
/// A.45 RETURN
|
||||
/// It uses the arithmetic_2op field.
|
||||
@"return",
|
||||
};
|
||||
|
||||
/// The position of an MIR instruction within the `Mir` instructions array.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user