Insure that __block_holder_tmp is allocated on the stack when a byref
authorStuart Hastings <stuart@apple.com>
Wed, 1 Jul 2009 15:40:10 +0000 (15:40 +0000)
committerStuart Hastings <stuart@apple.com>
Wed, 1 Jul 2009 15:40:10 +0000 (15:40 +0000)
commit75657ab707b53c35e86b14ec750ac0122c106192
tree9e435116cdebf28fc885d999910b7f5d609aa970
parent93696a38b709361aee960fd8537973205ea8cfef
Insure that __block_holder_tmp is allocated on the stack when a byref
variable is present.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74610 91177308-0d34-0410-b5e6-96231b3b80d8
test/FrontendC++/2009-06-30-ByrefBlock.cpp [new file with mode: 0644]