[llvm-commits] CVS: llvm/include/llvm/CodeGen/LiveIntervals.h
Alkis Evlogimenos
alkis at cs.uiuc.edu
Tue Jan 13 16:12:00 PST 2004
Changes in directory llvm/include/llvm/CodeGen:
LiveIntervals.h updated: 1.8 -> 1.9
---
Log message:
Remove allocatable registers vector. It is already provided by
LiveVariables.
---
Diffs of the changes: (+0 -2)
Index: llvm/include/llvm/CodeGen/LiveIntervals.h
diff -u llvm/include/llvm/CodeGen/LiveIntervals.h:1.8 llvm/include/llvm/CodeGen/LiveIntervals.h:1.9
--- llvm/include/llvm/CodeGen/LiveIntervals.h:1.8 Sun Dec 28 11:58:18 2003
+++ llvm/include/llvm/CodeGen/LiveIntervals.h Tue Jan 13 16:10:43 2004
@@ -94,8 +94,6 @@
MachineBasicBlock::iterator currentInstr_;
LiveVariables* lv_;
- std::vector<bool> allocatableRegisters_;
-
typedef std::map<unsigned, MachineBasicBlock*> MbbIndex2MbbMap;
MbbIndex2MbbMap mbbi2mbbMap_;
More information about the llvm-commits
mailing list