| commit | e084c0112431574348824a060e9826b41f075573 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Mon Feb 16 22:25:49 2009 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Mon Feb 16 22:25:49 2009 +0000 |
| tree | a15e77a7804f97d6b6328a723ad3770b5f6a43ce | |
| parent | fc3eb09a0f5d05a9f93f6b4859a5aff40db81a2b [diff] |
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