Move the grabbing of the jump buffer into the caller function, eliminating the need...
authorBill Wendling <isanbard@gmail.com>
Mon, 3 Oct 2011 21:15:28 +0000 (21:15 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 3 Oct 2011 21:15:28 +0000 (21:15 +0000)
commit631d11765b9f7ebdb49679c92bd41083fbab3f62
treed690c7fe6d655c8d606727ab14c1adc646320457
parent5cd5ac6ad455880395e34ac647f1e962a83763a0
Move the grabbing of the jump buffer into the caller function, eliminating the need for returning a std::pair.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141026 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SjLjEHPrepare.cpp