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

View File

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

View File

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