Skip to content
Commit bfd5addf authored by Eli Friedman's avatar Eli Friedman
Browse files

When we're passing a vector with an illegal type through memory on x86-64, use...

When we're passing a vector with an illegal type through memory on x86-64, use byval so we're sure the backend does the right thing.  Fixes va_arg with illegal vectors and an obscure ABI mismatch with __m64 vectors.

llvm-svn: 145652
parent 1d6469fc
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