]> granicus.if.org Git - clang/commit
AltiVec vector comparison logic now affect only vectors of fundamental AltiVec vector...
authorAnton Yartsev <anton.yartsev@gmail.com>
Sun, 27 Mar 2011 15:36:07 +0000 (15:36 +0000)
committerAnton Yartsev <anton.yartsev@gmail.com>
Sun, 27 Mar 2011 15:36:07 +0000 (15:36 +0000)
commit7870b133ac7b03bd53388f51250d009325f43399
treec2b539207e62344b44cc28ca5a50a00e650bd331
parent29236f46dfd145342ff29e82c6789434f21ccab2
AltiVec vector comparison logic now affect only vectors of fundamental AltiVec vector types. It fixes bug 9347.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128381 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprScalar.cpp
lib/Sema/SemaExpr.cpp
test/Sema/vector-ops.c