| Index: tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll
|
| diff --git a/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll b/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll
|
| index 0408d3d94ded5248c8001abeee74528d8737f905..e46a68821ee1752a4824c4aca083b30b559feab9 100644
|
| --- a/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll
|
| +++ b/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll
|
| @@ -482,6 +482,8 @@ entry:
|
| ; ARM32-LABEL: test_cttz_32
|
| ; ARM32: rbit
|
| ; ARM32: clz
|
| +; MIPS32-LABEL: test_cttz_32
|
| +; MIPS32: clz
|
|
|
| define internal i64 @test_cttz_64(i64 %x) {
|
| entry:
|
|
|