mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +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…
x
Reference in New Issue
Block a user