| Index: tests_lit/llvm2ice_tests/fp.load_store.ll
|
| diff --git a/tests_lit/llvm2ice_tests/fp.load_store.ll b/tests_lit/llvm2ice_tests/fp.load_store.ll
|
| index 0608d8df9ae09aa2445e5d07efa0bbba8e1b6d97..aaa6fa0b648826660bd1158b755011919ff95f22 100644
|
| --- a/tests_lit/llvm2ice_tests/fp.load_store.ll
|
| +++ b/tests_lit/llvm2ice_tests/fp.load_store.ll
|
| @@ -77,11 +77,10 @@ entry:
|
| ; CHECK: movsd
|
|
|
| ; MIPS32-LABEL: storeDouble
|
| -; MIPS32: ldc1 $f{{.*}},4{{.*}}
|
| ; MIPS32: sdc1 $f{{.*}},0{{.*}}
|
| ; MIPS32O2-LABEL: storeDouble
|
| -; MIPS32O2: mtc1 a3,$f{{.*}}
|
| ; MIPS32O2: mtc1 a2,$f{{.*}}
|
| +; MIPS32O2: mtc1 a3,$f{{.*}}
|
| ; MIPS32O2: sdc1 $f{{.*}},0(a0)
|
|
|
| define internal void @storeFloatConst(i32 %a) {
|
|
|