]> granicus.if.org Git - clang/commit
Try to not emit the dead side of ?: if the condition is a constant.
authorChris Lattner <sabre@nondot.org>
Tue, 11 Nov 2008 18:56:45 +0000 (18:56 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 11 Nov 2008 18:56:45 +0000 (18:56 +0000)
commitc657e92d7b44568fe39ae018a69b18cbcc4ea3b0
treedde60d6268fa3aa182f8a459abc257afb8761f24
parentbc6ec759afc13ebbdd755e04e849beeacf363ccb
Try to not emit the dead side of ?: if the condition is a constant.

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