]> granicus.if.org Git - clang/commit
This patch fixes the assert in emitting captured code in the target data construct.
authorMichael Wong <fraggamuffin@gmail.com>
Tue, 11 Aug 2015 04:52:01 +0000 (04:52 +0000)
committerMichael Wong <fraggamuffin@gmail.com>
Tue, 11 Aug 2015 04:52:01 +0000 (04:52 +0000)
commitd7efa4b285d2464f1844b52b220381c64cd64bf6
tree82cb97019721fc78228f3d95fd8b76e7c3a7a6e5
parent1ebe1b219856ac80af954bed583dd370a95ce029
This patch fixes the assert in emitting captured code in the target data construct.
This is on behalf of Kelvin Li.
http://reviews.llvm.org/D11475

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