--added methods for printing

llvm-svn: 592
diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
index eacb648..5b5fc43 100644
--- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
+++ b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
@@ -85,6 +85,8 @@
 
   void colorIncomingArgs();
   void updateMachineCode();
+  void printLabel(const Value *const Val);
+  void printMachineCode();
   
  public:
   PhyRegAlloc(const Method *const M, const TargetMachine& TM,