| commit | 09153c0a8c949909b5dc29671e668a71affee6bb | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Fri Jun 22 18:48:09 2007 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Fri Jun 22 18:48:09 2007 +0000 |
| tree | 06c217109a40b59e8777b060a98f066fefe8ca47 | |
| parent | 3e3a1e9cda72e795547e930968b8b5c006ff8cd5 [diff] |
Build enough support for aggregates to be able to compile this:
void test(int A, _Complex float Y) {
_Complex float X;
X = X;
}
llvm-svn: 39669