//! A place to park MachInst::Inst fragments which are common across multiple architectures.
use crateInst as IRInst;
//============================================================================
// Instruction input "slots".
//
// We use these types to refer to operand numbers, and result numbers, together
// with the associated instruction, in a type-safe way.
/// Identifier for a particular input of an instruction.