mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[AMDGPU] Remove unused variable introduced in r251860
This commit is contained in:
parent
2a5c21f1b1
commit
a697cc2007
@ -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
Block a user