aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/ThreadSafetyCommon.cpp
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2015-10-06 23:31:59 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2015-10-06 23:31:59 +0000
commit7735a6d07ac83620379273aa19566de172cf06c3 (patch)
treecf1df5815568680069913c9083aeb2e1d34c2620 /clang/lib/Analysis/ThreadSafetyCommon.cpp
parent083ca9bb3233fb4df575bfb8c4198e3f9d6e3acd (diff)
downloadllvm-7735a6d07ac83620379273aa19566de172cf06c3.zip
llvm-7735a6d07ac83620379273aa19566de172cf06c3.tar.gz
llvm-7735a6d07ac83620379273aa19566de172cf06c3.tar.bz2
[WinEH] Create a separate MBB for funclet prologues
Our current emission strategy is to emit the funclet prologue in the CatchPad's normal destination. This is problematic because intra-funclet control flow to the normal destination is not erroneous and results in us reevaluating the prologue if said control flow is taken. Instead, use the CatchPad's location for the funclet prologue. This correctly models our desire to have unwind edges evaluate the prologue but edges to the normal destination result in typical control flow. Differential Revision: http://reviews.llvm.org/D13424 llvm-svn: 249483
Diffstat (limited to 'clang/lib/Analysis/ThreadSafetyCommon.cpp')
0 files changed, 0 insertions, 0 deletions