fix volatile handling with ExtVectorElementExpr, so that we
emit two volatile loads for:
typedef __attribute__(( ext_vector_type(4) )) float float4;

float test(volatile float4 *P) {
  return P->x+P->y;
}

llvm-svn: 64683
2 files changed
tree: a15e77a7804f97d6b6328a723ad3770b5f6a43ce
  1. clang/
  2. llvm/