mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-16 00:18:06 +00:00
Remove a redundant member variable.
llvm-svn: 83857
This commit is contained in:
parent
44c9c11439
commit
4c9118f50e
@ -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…
x
Reference in New Issue
Block a user