Don't conditionalize execution of the SjLj EH prepare pass.
authorBill Wendling <isanbard@gmail.com>
Wed, 28 Sep 2011 03:07:34 +0000 (03:07 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 28 Sep 2011 03:07:34 +0000 (03:07 +0000)
commit4b6736bdb02e21e4611522d033247f015aa6c4aa
treed25042b66c25d0d766242b59641ae6cd478a8e35
parent52164eaddcc6f9b1638f9f65e8d583d57e5c63c5
Don't conditionalize execution of the SjLj EH prepare pass.

We may need an SjLj EH preparation pass for some call site information, at least
in the short term.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140674 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LLVMTargetMachine.cpp