]> granicus.if.org Git - clang/commit
Mark the passed in "self" for a block as an object pointer so
authorEric Christopher <echristo@apple.com>
Fri, 21 Sep 2012 22:18:42 +0000 (22:18 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 21 Sep 2012 22:18:42 +0000 (22:18 +0000)
commit245d5a31e54f4ec69cc45885dfb4d42576fb3e5f
tree4608d50b6384be954ffb31ceedd6e22fc1ca4f70
parent6ddca84d10cab043cf34e3f77ad2379cebd96af6
Mark the passed in "self" for a block as an object pointer so
that the backend can mark it as the representative pointer for
the block.

rdar://12001329

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