Initial checkin of the Setjmp/Longjmp lowering/transformation pass,
authorChris Lattner <sabre@nondot.org>
Mon, 15 Sep 2003 04:56:27 +0000 (04:56 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Sep 2003 04:56:27 +0000 (04:56 +0000)
commit6420f1cd50173df17dba0deb660d88b563f08ac1
tree169b0d0f947aff957b909e60406590fe54cbcae7
parentc9d3e5721b4e7c566a5e3fa4d312ebc6ba935f95
Initial checkin of the Setjmp/Longjmp lowering/transformation pass,
contributed by the masterful Bill Wendling!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8520 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/LowerSetJmp.cpp [new file with mode: 0644]