Remove a redundant member variable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83857 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-10-12 16:44:10 +00:00
parent 465193a0a8
commit 7fa50ede61

View File

@ -121,7 +121,6 @@ namespace llvm {
SmallSet<unsigned, 8> LoopLiveInRegs;
public:
MachineBasicBlock *BB; // Current basic block
MachineBasicBlock::iterator Begin; // The beginning of the range to
// be scheduled. The range extends
// to InsertPos.