| commit | 22011e90c992533411d2efc17f5efd365a636117 | [log] [tgz] |
|---|---|---|
| author | Nate Begeman <natebegeman@mac.com> | Tue Feb 19 01:11:03 2008 +0000 |
| committer | Nate Begeman <natebegeman@mac.com> | Tue Feb 19 01:11:03 2008 +0000 |
| tree | 7c3ad3d70ec49224a4e2e3ef05a5b800e7df0da5 | |
| parent | 58cc30b64b210033c56fd40cef1cf823fb3df5a7 [diff] |
Allow ArraySubscriptExpr to be a base node for vector dereference. This allows you to do things like typedef __attribute__(( ocu_vector_type(4))) float float4; float4 *x; float y = x[0][2]; llvm-svn: 47295