| Index: tests_lit/llvm2ice_tests/switch-opt.ll
|
| diff --git a/tests_lit/llvm2ice_tests/switch-opt.ll b/tests_lit/llvm2ice_tests/switch-opt.ll
|
| index 38d096211ef90cb5bc5943275544f6bd24902623..268fd25a415532b1f5b08ae37ef40014e021434f 100644
|
| --- a/tests_lit/llvm2ice_tests/switch-opt.ll
|
| +++ b/tests_lit/llvm2ice_tests/switch-opt.ll
|
| @@ -130,5 +130,5 @@ sw.default:
|
| ret i32 20
|
| }
|
| ; ARM32-LABEL: testSwitchUndef64
|
| -; ARM32: movw {{.*}}, #0
|
| -; ARM32: movw {{.*}}, #0
|
| +; ARM32: mov {{.*}}, #0
|
| +; ARM32: mov {{.*}}, #0
|
|
|