| Index: tests_lit/llvm2ice_tests/alloc.ll
|
| diff --git a/tests_lit/llvm2ice_tests/alloc.ll b/tests_lit/llvm2ice_tests/alloc.ll
|
| index 04b34a4c54ce28081ba47684ef7fd94d60037009..07cff692ac2d201b23ebd95d6946d5387a4fc88f 100644
|
| --- a/tests_lit/llvm2ice_tests/alloc.ll
|
| +++ b/tests_lit/llvm2ice_tests/alloc.ll
|
| @@ -94,9 +94,9 @@ entry:
|
|
|
| ; MIPS32-LABEL: fixed_416_align_32
|
| ; MIPS32-OPT2: addiu sp,sp,-448
|
| -; MIPS32-OPT2: addiu a0,sp,16
|
| +; MIPS32-OPT2: addiu a0,sp,32
|
| ; MIPS32-OPTM1: addiu sp,sp,-448
|
| -; MIPS32-OPTM1: addiu [[REG:.*]],sp,16
|
| +; MIPS32-OPTM1: addiu [[REG:.*]],sp,32
|
| ; MIPS32-OPTM1: sw [[REG]],{{.*}}
|
| ; MIPS32-OPTM1: lw a0,{{.*}}
|
| ; MIPS32: jal {{.*}} R_{{.*}} f1
|
| @@ -159,9 +159,9 @@ entry:
|
|
|
| ; MIPS32-LABEL: fixed_351_align_32
|
| ; MIPS32-OPT2: addiu sp,sp,-384
|
| -; MIPS32-OPT2: addiu a0,sp,16
|
| +; MIPS32-OPT2: addiu a0,sp,32
|
| ; MIPS32-OPTM1: addiu sp,sp,-384
|
| -; MIPS32-OPTM1: addiu [[REG:.*]],sp,16
|
| +; MIPS32-OPTM1: addiu [[REG:.*]],sp,32
|
| ; MIPS32-OPTM1: sw [[REG]],{{.*}}
|
| ; MIPS32-OPTM1: lw a0,{{.*}}
|
| ; MIPS32: jal {{.*}} R_{{.*}} f1
|
|
|