forked from OSchip/llvm-project
parent
770e0429be
commit
41c6ad592e
|
@ -39,6 +39,7 @@ namespace RegState {
|
||||||
class MachineInstrBuilder {
|
class MachineInstrBuilder {
|
||||||
MachineInstr *MI;
|
MachineInstr *MI;
|
||||||
public:
|
public:
|
||||||
|
MachineInstrBuilder() : MI(0) {}
|
||||||
explicit MachineInstrBuilder(MachineInstr *mi) : MI(mi) {}
|
explicit MachineInstrBuilder(MachineInstr *mi) : MI(mi) {}
|
||||||
|
|
||||||
/// Allow automatic conversion to the machine instruction we are working on.
|
/// Allow automatic conversion to the machine instruction we are working on.
|
||||||
|
|
Loading…
Reference in New Issue