[AMDGPU] Remove outdated comment and tidy up. NFC.

This was left over from D94746.
This commit is contained in:
Jay Foad 2021-07-06 11:24:06 +01:00
parent 6c3451cd76
commit c9d747e9cd
1 changed files with 0 additions and 4 deletions

View File

@ -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;