Don't DCE the landingpad instruction.
authorBill Wendling <isanbard@gmail.com>
Thu, 1 Sep 2011 01:16:58 +0000 (01:16 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 1 Sep 2011 01:16:58 +0000 (01:16 +0000)
commit1893cd31313d240279b3d65b24bc1d69003e9bc5
treeff13477921ddfe9382fd468694aa1bdc9feb280d
parent65088e7d96c20f5068a0c0c6bf9223a82011709f
Don't DCE the landingpad instruction.

The landingpad instruction can be removed only when its invokes are removed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138930 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstructionCombining.cpp