stage2: sparcv9: Change ordering in Mir Tag

This commit is contained in:
Koakuma 2022-04-01 19:30:37 +07:00
parent 94a84e783e
commit 94d70bdb69

View File

@ -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.