]> granicus.if.org Git - clang/commit
Fix a codegen crash on void ?: reported by Oliver
authorChris Lattner <sabre@nondot.org>
Fri, 30 Nov 2007 17:56:23 +0000 (17:56 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 30 Nov 2007 17:56:23 +0000 (17:56 +0000)
commit2202bce80fc72d067cbe67dc1512f7b45351fd31
tree99baa6f1553eda7239be17c35d2c9a182cae34c9
parentc69a5810f4a39f4af204e4843b497033ec6f12bf
Fix a codegen crash on void ?: reported by Oliver

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44454 91177308-0d34-0410-b5e6-96231b3b80d8
CodeGen/CGExpr.cpp
CodeGen/CGExprScalar.cpp
test/CodeGen/conditional.c