| Index: tests_lit/llvm2ice_tests/vector-arg.ll
|
| diff --git a/tests_lit/llvm2ice_tests/vector-arg.ll b/tests_lit/llvm2ice_tests/vector-arg.ll
|
| index e625f48edd5eef7a7551d1d2c4d06e0daed18d4b..df97e65ea046b8535afd1024d7013f981835503a 100644
|
| --- a/tests_lit/llvm2ice_tests/vector-arg.ll
|
| +++ b/tests_lit/llvm2ice_tests/vector-arg.ll
|
| @@ -553,7 +553,7 @@ entry:
|
| ; MIPS32: sw s0,{{.*}}(sp)
|
| ; MIPS32: move s8,sp
|
| ; MIPS32: move v0,a0
|
| -; MIPS32: addiu v1,sp,16
|
| +; MIPS32: addiu v1,sp,32
|
| ; MIPS32: move s0,v1
|
| ; MIPS32: move a0,s0
|
| ; MIPS32: sw a2,{{.*}}(sp)
|
| @@ -567,7 +567,7 @@ entry:
|
| ; MIPS32: lw a0,8(s0)
|
| ; MIPS32: move a1,a0
|
| ; MIPS32: lw s0,12(s0)
|
| -; MIPS32: addiu a0,sp,32
|
| +; MIPS32: addiu a0,sp,48
|
| ; MIPS32: sw a1,{{.*}}(sp)
|
| ; MIPS32: sw s0,{{.*}}(sp)
|
| ; MIPS32: move a2,v0
|
|
|