mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 21:18:19 +00:00
Remove fixme about unreachable cases from SwitchToLookupTable
SimplifyCFG will have removed those cases for us. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167132 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3545,8 +3545,6 @@ static bool SwitchToLookupTable(SwitchInst *SI,
|
||||
if (TTI && !TTI->getScalarTargetTransformInfo()->shouldBuildLookupTables())
|
||||
return false;
|
||||
|
||||
// FIXME: Handle unreachable cases.
|
||||
|
||||
// FIXME: If the switch is too sparse for a lookup table, perhaps we could
|
||||
// split off a dense part and build a lookup table for that.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user