mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-30 20:34:21 +00:00
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:
parent
465193a0a8
commit
7fa50ede61
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user