forked from OSchip/llvm-project
[AMDGPU] Remove unused variable introduced in r251860
This commit is contained in:
parent
0ec098e22b
commit
45eeb8c2a9
|
@ -596,8 +596,6 @@ bool SIFixSGPRCopies::runOnMachineFunction(MachineFunction &MF) {
|
|||
TII = ST.getInstrInfo();
|
||||
MDT = &getAnalysis<MachineDominatorTree>();
|
||||
|
||||
SmallVector<MachineInstr *, 16> Worklist;
|
||||
|
||||
for (MachineFunction::iterator BI = MF.begin(), BE = MF.end();
|
||||
BI != BE; ++BI) {
|
||||
MachineBasicBlock &MBB = *BI;
|
||||
|
|
Loading…
Reference in New Issue