| Index: tests_lit/llvm2ice_tests/load.ll
|
| diff --git a/tests_lit/llvm2ice_tests/load.ll b/tests_lit/llvm2ice_tests/load.ll
|
| index 21d2c87a4ba749dce1867a8f23f5200514038010..0cca928d5a0727051d008662977d02193258994b 100644
|
| --- a/tests_lit/llvm2ice_tests/load.ll
|
| +++ b/tests_lit/llvm2ice_tests/load.ll
|
| @@ -24,8 +24,9 @@ entry:
|
| }
|
|
|
| ; MIPS32-LABEL: load_i64
|
| -; MIPS32: lw {{.*}},0({{.*}})
|
| -; MIPS32-NEXT: lw {{.*}},4({{.*}})
|
| +; MIPS32: lw [[BASE:.*]],
|
| +; MIPS32-NEXT: lw {{.*}},0([[BASE]])
|
| +; MIPS32-NEXT: lw {{.*}},4([[BASE]])
|
|
|
| define internal void @load_i32(i32 %addr_arg) {
|
| entry:
|
|
|