mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 15:39:00 +00:00
--added methods for printing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@592 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ed8f674b9a
commit
6053b9337b
@ -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,
|
||||
|
@ -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
Block a user