Skip to content
Commit a779b3df authored by Chris Lattner's avatar Chris Lattner
Browse files

implement codegen support for rvalue-only vector subscripts, such as:

float4 test(void);
float test2() {
  return test()[1];
}

llvm-svn: 39725
parent 08c4b9ff
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