]> granicus.if.org Git - clang/commit
[WinEH] Update clang to use operand bundles on call sites
authorDavid Majnemer <david.majnemer@gmail.com>
Tue, 15 Dec 2015 21:27:59 +0000 (21:27 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Tue, 15 Dec 2015 21:27:59 +0000 (21:27 +0000)
commit959620c9de832e036153f87c63a020d8647cfff7
tree79b894478382b663e9970ed066cdc31c3712b41c
parent60d593800a7f9011b53ed9491bb846220030d926
[WinEH] Update clang to use operand bundles on call sites

This updates clang to use bundle operands to associate an invoke with
the funclet which it is contained within.

Depends on D15517.

Differential Revision: http://reviews.llvm.org/D15518

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255675 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp
lib/CodeGen/CodeGenModule.cpp