class NHIRLocal extends NHIRInstruction
Modifier and Type | Field and Description |
---|---|
int |
local
Local variable index.
|
block, hirMnemonic, id, lir, lType, sType
Constructor and Description |
---|
NHIRLocal(NBasicBlock block,
int id,
int local,
String sType,
String lType)
Construct an NHIRLocal instruction.
|
public NHIRLocal(NBasicBlock block, int id, int local, String sType, String lType)
block
- enclosing block.id
- identifier of the instruction.local
- local variable index.sType
- short type name of the instruction.lType
- long type name of the instruction.public String toString()
NHIRInstruction
toString
in class NHIRInstruction