forked from OSchip/llvm-project
parent
bae3812a95
commit
86b2ad4b7c
|
@ -85,6 +85,8 @@ class PhyRegAlloc
|
|||
|
||||
void colorIncomingArgs();
|
||||
void updateMachineCode();
|
||||
void printLabel(const Value *const Val);
|
||||
void printMachineCode();
|
||||
|
||||
public:
|
||||
PhyRegAlloc(const Method *const M, const TargetMachine& TM,
|
||||
|
|
Loading…
Reference in New Issue