diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-16 22:25:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-16 22:25:49 +0000 |
commit | e084c0112431574348824a060e9826b41f075573 (patch) | |
tree | a15e77a7804f97d6b6328a723ad3770b5f6a43ce /clang/lib/CodeGen/CGCXX.cpp | |
parent | fc3eb09a0f5d05a9f93f6b4859a5aff40db81a2b (diff) | |
download | bcm5719-llvm-e084c0112431574348824a060e9826b41f075573.tar.gz bcm5719-llvm-e084c0112431574348824a060e9826b41f075573.zip |
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
Diffstat (limited to 'clang/lib/CodeGen/CGCXX.cpp')
0 files changed, 0 insertions, 0 deletions