Update the inliner and simplifycfg to handle unwind_to.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 9 Mar 2008 05:10:13 +0000 (05:10 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 9 Mar 2008 05:10:13 +0000 (05:10 +0000)
commit6af31aab63583e61b7c7b51bc285541750bd834f
tree3b96561ea1c35be2b27f9f2b8ce0bd1436c96270
parentc6694228fa8df57193cbd924d627814384106ba2
Update the inliner and simplifycfg to handle unwind_to.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48086 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/InlineFunction.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
test/Transforms/Inline/unwindto.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/unwindto.ll [new file with mode: 0644]