Update the SP in the SjLj jmpbuf whenever it changes. <rdar://problem/10444602>
authorBob Wilson <bob.wilson@apple.com>
Wed, 16 Nov 2011 07:12:00 +0000 (07:12 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 16 Nov 2011 07:12:00 +0000 (07:12 +0000)
commit20c918dfed5830f6d0c54c9c38817bd660cb6a13
tree824466449ac7fd1262f53f97dbc3d49f777ed6e6
parenteaab6ef6eb12fc950f1d4371b297d9b7ca9d4c66
Update the SP in the SjLj jmpbuf whenever it changes.  <rdar://problem/10444602>

This same basic code was in the older version of the SjLj exception handling,
but it was removed in the recent revisions to that code.  It needs to be there.

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