Fix a bug where the code extractor would get a bit confused handling invoke
authorChris Lattner <sabre@nondot.org>
Fri, 12 Nov 2004 23:50:44 +0000 (23:50 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Nov 2004 23:50:44 +0000 (23:50 +0000)
commit68c311aac64ca3bc50f48f4f1b4fd4c21fe0c4df
tree31d8dcf834c577bc3bf0b824f3ac1a52895d45e3
parent44c94b96710a653e467dbf8d34ce9540ff66a1a0
Fix a bug where the code extractor would get a bit confused handling invoke
instructions, setting DefBlock to a block it did not have dom info for.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17697 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/CodeExtractor.cpp