Remove a redundant member variable.

llvm-svn: 83857
This commit is contained in:
Dan Gohman 2009-10-12 16:44:10 +00:00
parent a8bacea11b
commit 32eed95a78
1 changed files with 0 additions and 1 deletions

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.