| commit | ed23de3348c724ebcaf50f7ab3ead12a4f72d3a0 | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Thu Sep 16 20:42:00 2010 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Thu Sep 16 20:42:00 2010 +0000 |
| tree | 5cfdc7b4c92da137d808de0cbc994ff8c833e509 | |
| parent | 8a6c91ff765af7416139e60f7dd442fe2554b700 [diff] |
IRgen/ABI/x86_32/Darwin: On Darwin, only structures with SSE vector types get passed with a non-default-stack-ABI-alignment (of 16). - This fixes the ABI convenient, but breaks codegen since we now have underaligned arguments. Marginal improvement overall though, and will be fixed in next commit. llvm-svn: 114113