[InstCombine] Don't try to sink EH pad instructions
authorDavid Majnemer <david.majnemer@gmail.com>
Sat, 8 Aug 2015 03:51:49 +0000 (03:51 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Sat, 8 Aug 2015 03:51:49 +0000 (03:51 +0000)
commit3309afe8f59c2dfefde556215b4e6aa1024573a8
tree14a3bc38e3cae557f42d074d5fc9dcd8bf43b599
parent5ba219fe8d140cec2a90aa99e18592c2143e158e
[InstCombine] Don't try to sink EH pad instructions

Found by inspection, this change should not effect the existing
landingpad behavior.

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