[llvm-commits] CVS: llvm/include/llvm/CodeGen/LiveVariables.h
Alkis Evlogimenos
alkis at cs.uiuc.edu
Thu Aug 26 15:23:43 PDT 2004
Changes in directory llvm/include/llvm/CodeGen:
LiveVariables.h updated: 1.18 -> 1.19
---
Log message:
Use newly added API in MRegisterInfo and don't expose the allocatable
register set anymore. Its users now use the MRegisterInfo API.
---
Diffs of the changes: (+0 -4)
Index: llvm/include/llvm/CodeGen/LiveVariables.h
diff -u llvm/include/llvm/CodeGen/LiveVariables.h:1.18 llvm/include/llvm/CodeGen/LiveVariables.h:1.19
--- llvm/include/llvm/CodeGen/LiveVariables.h:1.18 Mon Jul 19 02:04:48 2004
+++ llvm/include/llvm/CodeGen/LiveVariables.h Thu Aug 26 17:23:32 2004
@@ -231,10 +231,6 @@
/// 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);
More information about the llvm-commits
mailing list