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
Loading
Please register or sign in to comment