Ignore qualifiers when checking vector operands, just like scalar operands.
This prevents things like 
a += b[0]; where a is a float4 and b is a float4 * (address_space 1)

llvm-svn: 49199
1 file changed
tree: 7196cca03d73426944e7c4ff4d0c226fe32c7072
  1. clang/
  2. llvm/