Debug Info: Fine-tune the simple return expression location handling to
authorAdrian Prantl <aprantl@apple.com>
Thu, 25 Jul 2013 00:23:42 +0000 (00:23 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 25 Jul 2013 00:23:42 +0000 (00:23 +0000)
commit524ba1f11dda0933a83323c889b743fbdd8732ab
treebc260768fced0e72fc8beee85002b621649328c4
parent12bdde57a963a4a17af5e7d546d400b77069183e
Debug Info: Fine-tune the simple return expression location handling to
only affect functions without a separate return block. This fixes the
linetable for void functions with cleanups and multiple returns.

llvm-svn: 187090
clang/lib/CodeGen/CodeGenFunction.cpp
clang/test/CodeGenCXX/linetable-cleanup.cpp