namespace ARMeilleure.IntermediateRepresentation
{
enum OperandKind
None,
Constant,
Label,
LocalVariable,
Memory,
Register,
Undefined
}