| Index: crosstest/test_calling_conv.cpp
|
| diff --git a/crosstest/test_calling_conv.cpp b/crosstest/test_calling_conv.cpp
|
| index 57bfa6f8f6337ba229528a593274278a26c9e191..e7fa6160664c2127cb67ac08f709306c3b0ad0dd 100644
|
| --- a/crosstest/test_calling_conv.cpp
|
| +++ b/crosstest/test_calling_conv.cpp
|
| @@ -75,9 +75,9 @@ callee_vvvvv(v4si32 arg1, v4si32 arg2, v4si32 arg3, v4si32 arg4, v4si32 arg5) {
|
| }
|
|
|
| void __attribute__((noinline))
|
| -callee_vlvlivfvdviv(v4f32 arg1, int64_t arg2, v4f32 arg3, int64_t arg4, int arg5,
|
| - v4f32 arg6, float arg7, v4f32 arg8, double arg9, v4f32 arg10,
|
| - int arg11, v4f32 arg12) {
|
| +callee_vlvlivfvdviv(v4f32 arg1, int64_t arg2, v4f32 arg3, int64_t arg4,
|
| + int arg5, v4f32 arg6, float arg7, v4f32 arg8, double arg9,
|
| + v4f32 arg10, int arg11, v4f32 arg12) {
|
| switch (ArgNum) {
|
| HANDLE_ARG(1);
|
| HANDLE_ARG(2);
|
|
|