Skip to content
Commit 22011e90 authored by Nate Begeman's avatar Nate Begeman
Browse files

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
parent 58cc30b6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment