]> granicus.if.org Git - clang/commit
Fix a failure (which led to a crash) in constant emission code with vector compound...
authorEli Friedman <eli.friedman@gmail.com>
Thu, 22 Dec 2011 00:04:00 +0000 (00:04 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 22 Dec 2011 00:04:00 +0000 (00:04 +0000)
commit58c65fcb909c9c25d06507bcf41eb630b3d5e2da
tree4ab9ee4c0a177b5ff7aedbf68e86ac1276a544d0
parentf132dcaae82ebfc44c4fe0e84bf0b1f95e9d1251
Fix a failure (which led to a crash) in constant emission code with vector compound literals.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147111 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprConstant.cpp
test/CodeGen/compound-literal.c