| Index: tests_lit/llvm2ice_tests/fp.cmp.ll
|
| diff --git a/tests_lit/llvm2ice_tests/fp.cmp.ll b/tests_lit/llvm2ice_tests/fp.cmp.ll
|
| index 21431fb90445933ba7028160126aad16719b1f9f..af80c26603c8edce25e7e77b2e168d84383b033f 100644
|
| --- a/tests_lit/llvm2ice_tests/fp.cmp.ll
|
| +++ b/tests_lit/llvm2ice_tests/fp.cmp.ll
|
| @@ -1010,7 +1010,6 @@ entry:
|
| ; ARM32: bx
|
| ; MIPS32-LABEL: selectFloatVarVar
|
| ; MIPS32: movn.s {{.*}}
|
| -; MIPS32: mov.s {{.*}}
|
|
|
| define internal double @selectDoubleVarVar(double %a, double %b) {
|
| entry:
|
| @@ -1030,4 +1029,3 @@ entry:
|
| ; ARM32: bx
|
| ; MIPS32-LABEL: selectDoubleVarVar
|
| ; MIPS32: movn.d {{.*}}
|
| -; MIPS32: mov.d {{.*}}
|
|
|