]> granicus.if.org Git - clang/commit
add support for a 1<<29 bit in the block flags field to mark blocks using alternate...
authorBlaine Garst <blaine@apple.com>
Fri, 5 Mar 2010 01:29:59 +0000 (01:29 +0000)
committerBlaine Garst <blaine@apple.com>
Fri, 5 Mar 2010 01:29:59 +0000 (01:29 +0000)
commita36e22399cc13100ee531adf80e9ed7b1ac8b2d4
tree95954f196fa3308d5be5014cc4a6bb1d6e203f93
parentbc6afd158cc67b5f87dcc2d8efe2a2254af8debe
add support for a 1<<29 bit in the block flags field to mark blocks using alternate struct return ABI

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97775 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGBlocks.h
test/CodeGen/blockstret.c [new file with mode: 0644]