aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuchira Sasanka <sasanka@students.uiuc.edu>2001-09-15 19:08:41 +0000
committerRuchira Sasanka <sasanka@students.uiuc.edu>2001-09-15 19:08:41 +0000
commit6053b9337bedd7fdcdea3742199708d2f173d878 (patch)
tree72487093a31c49f501e2e345f58ff6a887b7c1c5
parented8f674b9a18312886355288ac49f9a2dd5e4e94 (diff)
--added methods for printing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@592 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/RegAlloc/PhyRegAlloc.h2
-rw-r--r--lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/lib/CodeGen/RegAlloc/PhyRegAlloc.h
index eacb6480ae..5b5fc43435 100644
--- a/lib/CodeGen/RegAlloc/PhyRegAlloc.h
+++ b/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,
diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
index eacb6480ae..5b5fc43435 100644
--- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
+++ b/lib/Target/SparcV9/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,