commit | 86b2ad4b7c394a6682182a78dc488055ee7c6912 | [log] [tgz] |
---|---|---|
author | Ruchira Sasanka <sasanka@students.uiuc.edu> | Sat Sep 15 19:08:41 2001 +0000 |
committer | Ruchira Sasanka <sasanka@students.uiuc.edu> | Sat Sep 15 19:08:41 2001 +0000 |
tree | a95f5dba484d6e567753228e14a6c3e65c370010 | |
parent | bae3812a951e77031c9346bd2ad8341472aa5e07 [diff] [blame] |
--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,