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

implement initial codegen for aggregate return functions. This implements

codegen for:

_Complex double bar(int);
void test(_Complex double*);

void test2(int c) {
  _Complex double X;
  X = bar(1);
  test(&X);
}

llvm-svn: 40993
parent 02697701
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