summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveVariables.h
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-08-26 22:23:32 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-08-26 22:23:32 +0000
commit22a2f6d5b05631a21b62e3e103aa1b9469ad0c5c (patch)
tree29f1fa2a2e02daa6194a47e07851e777cf293af4 /include/llvm/CodeGen/LiveVariables.h
parent5327801fb87e3eda52a33f82e6211181030ecb93 (diff)
downloadllvm-22a2f6d5b05631a21b62e3e103aa1b9469ad0c5c.tar.gz
llvm-22a2f6d5b05631a21b62e3e103aa1b9469ad0c5c.tar.bz2
llvm-22a2f6d5b05631a21b62e3e103aa1b9469ad0c5c.tar.xz
Use newly added API in MRegisterInfo and don't expose the allocatable
register set anymore. Its users now use the MRegisterInfo API. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16061 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LiveVariables.h')
-rw-r--r--include/llvm/CodeGen/LiveVariables.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/LiveVariables.h b/include/llvm/CodeGen/LiveVariables.h
index 4eec1d6612..7820f7414d 100644
--- a/include/llvm/CodeGen/LiveVariables.h
+++ b/include/llvm/CodeGen/LiveVariables.h
@@ -231,10 +231,6 @@ public:
/// register.
VarInfo &getVarInfo(unsigned RegIdx);
- const std::vector<bool>& getAllocatablePhysicalRegisters() const {
- return AllocatablePhysicalRegisters;
- }
-
void MarkVirtRegAliveInBlock(VarInfo &VRInfo, MachineBasicBlock *BB);
void HandleVirtRegUse(VarInfo &VRInfo, MachineBasicBlock *MBB,
MachineInstr *MI);