]> granicus.if.org Git - clang/commit
Skip emission of final return block if possible (e.g., functions with
authorDaniel Dunbar <daniel@zuster.org>
Mon, 26 Jan 2009 21:25:20 +0000 (21:25 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 26 Jan 2009 21:25:20 +0000 (21:25 +0000)
commitd7d6e6abff8cb25d8b1223fbc8865f8f2ff795e3
tree728522642300ca0bfec8fe626b72a02fc69f2bb2
parente7689886d6a68507ae90ca330bd24bf89d4d6df1
Skip emission of final return block if possible (e.g., functions with
a unified return).

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