aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,