Skip to content

Commit

Permalink
[AMDGPU] Remove unused BBSelectRegister in AMDGPUMachineCFGStructuriz…
Browse files Browse the repository at this point in the history
…er (NFC)

This field seems to be unused for at least one year.
  • Loading branch information
kazutakahirata committed Oct 29, 2021
1 parent 309357c commit dd5d46b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp
Expand Up @@ -1073,7 +1073,6 @@ class AMDGPUMachineCFGStructurizer : public MachineFunctionPass {
const SIInstrInfo *TII;
const TargetRegisterInfo *TRI;
MachineRegisterInfo *MRI;
unsigned BBSelectRegister;
PHILinearize PHIInfo;
DenseMap<MachineBasicBlock *, MachineBasicBlock *> FallthroughMap;
RegionMRT *RMRT;
Expand Down

0 comments on commit dd5d46b

Please sign in to comment.