summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h2
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,
OpenPOWER on IntegriCloud