diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h index eacb6480aed..5b5fc43435c 100644 --- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h +++ b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h @@ -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,   | 

