forked from OSchip/llvm-project
parent
a8bacea11b
commit
32eed95a78
|
@ -121,7 +121,6 @@ namespace llvm {
|
||||||
SmallSet<unsigned, 8> LoopLiveInRegs;
|
SmallSet<unsigned, 8> LoopLiveInRegs;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
MachineBasicBlock *BB; // Current basic block
|
|
||||||
MachineBasicBlock::iterator Begin; // The beginning of the range to
|
MachineBasicBlock::iterator Begin; // The beginning of the range to
|
||||||
// be scheduled. The range extends
|
// be scheduled. The range extends
|
||||||
// to InsertPos.
|
// to InsertPos.
|
||||||
|
|
Loading…
Reference in New Issue