| commit | 1518b64ddcc01a8f8b9c4769e89dd09ec9391f95 | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Tue May 26 16:37:37 2009 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Tue May 26 16:37:37 2009 +0000 |
| tree | 840048b96b9fa37467e397382335ac488d6f8686 | |
| parent | f7323f3f65ed9df4ce8c06d5964b739f8c80999a [diff] |
When trying to pass an argument on the stack, assume LLVM will do the right thing for non-aggregate types. - Otherwise we unnecessarily pin values to the stack and currently end up triggering a backend bug in one case. - This loose cooperation with LLVM to implement the ABI is pretty ugly. - <rdar://problem/6918722> [irgen] clang miscompile of many pointer varargs on x86-64 llvm-svn: 72419