aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
AgeCommit message (Expand)Author
2012-11-30Fix logic to determine whether to turn a switch into a lookup table. WhenEvan Cheng
2012-11-07Only do switch-to-lookup table transformation when TargetTransformInfoHans Wennborg