[WinEH] Update LCSSA to handle catchswitch with handlers inside and outside a loop
authorAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 18 Dec 2015 18:12:35 +0000 (18:12 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 18 Dec 2015 18:12:35 +0000 (18:12 +0000)
commit81cf167ed6bacca923e6ad58b8a44a5da84d0813
tree703ad22f1b001ff75581c29146c13961a40967e7
parentcb2bad780bcdbe5a373237b71b31c92aa2736cf3
[WinEH] Update LCSSA to handle catchswitch with handlers inside and outside a loop

Differential Revision: http://reviews.llvm.org/D15630

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256005 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LoopInfo.cpp
lib/Transforms/Utils/LCSSA.cpp
test/Transforms/LCSSA/mixed-catch.ll [new file with mode: 0644]