--added methods for printing
authorRuchira Sasanka <sasanka@students.uiuc.edu>
Sat, 15 Sep 2001 19:08:41 +0000 (19:08 +0000)
committerRuchira Sasanka <sasanka@students.uiuc.edu>
Sat, 15 Sep 2001 19:08:41 +0000 (19:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@592 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/PhyRegAlloc.h
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h

index eacb6480aedb63bfcd66e019424f8b497f13bf86..5b5fc43435c945d958f816e9ef5afffdacb2523d 100644 (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, 
index eacb6480aedb63bfcd66e019424f8b497f13bf86..5b5fc43435c945d958f816e9ef5afffdacb2523d 100644 (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,