Go to file
Chris Lattner 90d9120453 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
2007-08-10 17:02:28 +00:00
clang implement initial codegen for aggregate return functions. This implements 2007-08-10 17:02:28 +00:00
llvm Add #ifndef guard. 2007-08-10 15:58:23 +00:00