OSDN Git Service

Fix for 2006-06-27-DeadSwitchCase.ll
authorOwen Anderson <resistor@mac.com>
Tue, 27 Jun 2006 22:26:09 +0000 (22:26 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 27 Jun 2006 22:26:09 +0000 (22:26 +0000)
commitbef850873787b23aa1dc02520d8ab224660b4e5e
tree661ffabf84df1360ef835b3a00dc76eb6c7e71f3
parent2f62a9eb2e3576b06231ab4906bb83e023eb5864
Fix for 2006-06-27-DeadSwitchCase.ll

Be more careful when updating Phi nodes after eliminating dead switch cases.  Fix
proposed by Chris.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28947 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopUnswitch.cpp