Always declare the .block_descriptor parameter, not just the local copy.
authorAdrian Prantl <aprantl@apple.com>
Thu, 14 Mar 2013 21:52:59 +0000 (21:52 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 14 Mar 2013 21:52:59 +0000 (21:52 +0000)
commit616bef4ad164a0ddde9d26533514f5ab305915da
tree108b19784524d2b9021da4b26ddf865b7083e65d
parent3101ba3300856fe3fba5f2f819d42388651a8f61
Always declare the .block_descriptor parameter, not just the local copy.
Un-breaks gdb's invoke-block behavior.

llvm-svn: 177118
clang/lib/CodeGen/CGDebugInfo.cpp