Testcase that Nate found where LoopUnswitch chokes on eliminating a dead case
authorOwen Anderson <resistor@mac.com>
Tue, 27 Jun 2006 22:24:59 +0000 (22:24 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 27 Jun 2006 22:24:59 +0000 (22:24 +0000)
commit2f62a9eb2e3576b06231ab4906bb83e023eb5864
tree1d2efb2ffc32bbfdfa8345943aab50aed4909510
parent49e441558760cc1708778b5d0ded05d639c1e5ed
Testcase that Nate found where LoopUnswitch chokes on eliminating a dead case
from a switch instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28946 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/LoopUnswitch/2006-06-27-DeadSwitchCase.ll [new file with mode: 0644]