1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-02 10:33:53 +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:
Ruchira Sasanka 2001-09-15 19:08:41 +00:00
parent ed8f674b9a
commit 6053b9337b
2 changed files with 4 additions and 0 deletions
lib
CodeGen/RegAlloc
Target/SparcV9/RegAlloc

@ -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,