diff options
author | Dan Gohman <gohman@apple.com> | 2008-12-03 01:28:04 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-12-03 01:28:04 +0000 |
commit | 5d3d1f69e1fd1af2f704f6711b8398161c6eeb2e (patch) | |
tree | 206acd7ff37d70f954c127ee94355fe7268fffd4 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 73a4d28758acae423f05aa1eaa99665ee5a21c3c (diff) | |
download | bcm5719-llvm-5d3d1f69e1fd1af2f704f6711b8398161c6eeb2e.tar.gz bcm5719-llvm-5d3d1f69e1fd1af2f704f6711b8398161c6eeb2e.zip |
Fix byval arguments in the fastcc calling convention. The fastcc convention
delegates to the regular x86-32 convention which handles byval, but only
after it handles a few cases, and it's necessary to handle byval before
handling those cases. This fixes PR3122 (and rdar://6400815), llvm-gcc
miscompiling LLVM.
llvm-svn: 60453
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions