From 6053b9337bedd7fdcdea3742199708d2f173d878 Mon Sep 17 00:00:00 2001 From: Ruchira Sasanka Date: Sat, 15 Sep 2001 19:08:41 +0000 Subject: [PATCH] --added methods for printing git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@592 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegAlloc/PhyRegAlloc.h | 2 ++ lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/lib/CodeGen/RegAlloc/PhyRegAlloc.h index eacb6480aed..5b5fc43435c 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 eacb6480aed..5b5fc43435c 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,