Skip to content
Commit 5d3d1f69 authored by Dan Gohman's avatar Dan Gohman
Browse files

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
parent 73a4d287
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment