Fix a bug where we would not promote calls to invokes if they occured in
authorChris Lattner <sabre@nondot.org>
Thu, 21 Apr 2005 16:46:46 +0000 (16:46 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 21 Apr 2005 16:46:46 +0000 (16:46 +0000)
commitcb2d1a2dc29f32a30a64cad048127c1077a83099
tree3ffd941fb3dd184873e54c0a092f4ba7d87939dd
parent3468e57f648ae27d4c860fa47a407bb4d669bb40
Fix a bug where we would not promote calls to invokes if they occured in
the same block as the setjmp.  Thanks to Greg Pettyjohn for noticing this!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21403 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/LowerSetJmp.cpp