The lower invoke pass needs to have unreachable code elimination run after it
authorBill Wendling <isanbard@gmail.com>
Wed, 4 Aug 2010 23:36:02 +0000 (23:36 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 4 Aug 2010 23:36:02 +0000 (23:36 +0000)
commitaf33b7b4a775073585f2037bf4cb56f1cd87d13c
treeb00163fa236bf603975d90991a229c80105f5077
parentf66514ad3a0ae72b5ab27d55381f699880534bec
The lower invoke pass needs to have unreachable code elimination run after it
because it could create such things. This fixes a MingW buildbot test failure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110279 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LLVMTargetMachine.cpp
test/CodeGen/X86/2010-08-04-MingWCrash.ll [new file with mode: 0644]