]> granicus.if.org Git - clang/commit
Fix bug in vector initializer when initializing a vector with another vector.
authorTanya Lattner <tonic@nondot.org>
Fri, 15 Apr 2011 22:42:59 +0000 (22:42 +0000)
committerTanya Lattner <tonic@nondot.org>
Fri, 15 Apr 2011 22:42:59 +0000 (22:42 +0000)
commitb92ae0e31126e5630d7022f2d6abe7eed2e17746
tree0e99c3f552e5a22b07af099735c1e0ed5b1d5cb3
parent5272adfe7066c4847b7339a75777252de64e79c2
Fix bug in vector initializer when initializing a vector with another vector.
Add test case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129617 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
test/CodeGenOpenCL/2011-04-15-vec-init-from-vec.cl [new file with mode: 0644]