| Index: tests_lit/llvm2ice_tests/64bit.pnacl.ll
|
| diff --git a/tests_lit/llvm2ice_tests/64bit.pnacl.ll b/tests_lit/llvm2ice_tests/64bit.pnacl.ll
|
| index 5a397e9c69db6282decc0fd7660ddf0541ef6796..19d6e70a25d5e912445f210483f98d5bebf14707 100644
|
| --- a/tests_lit/llvm2ice_tests/64bit.pnacl.ll
|
| +++ b/tests_lit/llvm2ice_tests/64bit.pnacl.ll
|
| @@ -841,12 +841,12 @@ entry:
|
| ; CHECK-LABEL: trunc64To1
|
| ; CHECK: mov eax,DWORD PTR [esp+0x4]
|
| ; CHECK: and eax,0x1
|
| -; CHECK: and eax,0x1
|
| +; CHECK-NOT: and eax,0x1
|
| ;
|
| ; OPTM1-LABEL: trunc64To1
|
| ; OPTM1: mov eax,DWORD PTR [esp+
|
| ; OPTM1: and eax,0x1
|
| -; OPTM1: and eax,0x1
|
| +; OPTM1-NOT: and eax,0x1
|
|
|
| ; ARM32-LABEL: trunc64To1
|
| ; ARM32: and r0, r0, #1
|
|
|