]> granicus.if.org Git - clang/commit
Fix rdar://6103124, the only dummy blocks are ones without names. Named blocks
authorChris Lattner <sabre@nondot.org>
Fri, 25 Jul 2008 23:40:10 +0000 (23:40 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Jul 2008 23:40:10 +0000 (23:40 +0000)
commit1e9660e1fb11efb7e65799bc145c0e2b6f3562be
treeb83afbc9f07cbe4928435f0462921a6fc840f201
parentffc8a6172ef2e5abf01fcf47c77823ee322ff255
Fix rdar://6103124, the only dummy blocks are ones without names.  Named blocks
are important part of control flow structures.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54078 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenFunction.cpp
test/CodeGen/dostmt.c