forked from OSchip/llvm-project
[AMDGPU] Remove outdated comment and tidy up. NFC.
This was left over from D94746.
This commit is contained in:
parent
6c3451cd76
commit
c9d747e9cd
|
@ -838,14 +838,10 @@ bool SILowerControlFlow::runOnMachineFunction(MachineFunction &MF) {
|
|||
|
||||
switch (MI.getOpcode()) {
|
||||
case AMDGPU::SI_IF:
|
||||
SplitMBB = process(MI);
|
||||
break;
|
||||
|
||||
case AMDGPU::SI_ELSE:
|
||||
case AMDGPU::SI_IF_BREAK:
|
||||
case AMDGPU::SI_LOOP:
|
||||
case AMDGPU::SI_END_CF:
|
||||
// Only build worklist if SI_IF instructions must be processed first.
|
||||
SplitMBB = process(MI);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue