]> granicus.if.org Git - clang/commit
Catch another trivial case where we can avoid emitting a separate return blcok.
authorDaniel Dunbar <daniel@zuster.org>
Sun, 19 Jul 2009 08:24:34 +0000 (08:24 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 19 Jul 2009 08:24:34 +0000 (08:24 +0000)
commit96e18b05ea6b55aa92a1a576f29e9cee73a7e20b
tree7f938e331c8fc6c48bcbd2c740ee1847b3a0843b
parentcd5e60e1d4093b9a757cc85e35fccc093f8f8527
Catch another trivial case where we can avoid emitting a separate return blcok.

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