| Index: tests_lit/llvm2ice_tests/simple-loop.ll
|
| diff --git a/tests_lit/llvm2ice_tests/simple-loop.ll b/tests_lit/llvm2ice_tests/simple-loop.ll
|
| index dd94a571acd54229c698663ec5765e38326f991c..b12f9796a92753116f75239b29bfa11048d00e06 100644
|
| --- a/tests_lit/llvm2ice_tests/simple-loop.ll
|
| +++ b/tests_lit/llvm2ice_tests/simple-loop.ll
|
| @@ -38,10 +38,9 @@ for.end:
|
| ; CHECK-LABEL: simple_loop
|
| ; CHECK: mov ecx, dword ptr [esp{{.*}}+{{.*}}{{[0-9]+}}]
|
| ; CHECK: cmp ecx, 0
|
| -; CHECK-NEXT: jg {{[0-9]}}
|
| +; CHECK-NEXT: jle {{[0-9]}}
|
| ; NaCl bundle padding
|
| ; CHECK-NEXT: nop
|
| -; CHECK-NEXT: jmp {{[0-9]}}
|
|
|
| ; TODO: the mov from ebx to esi seems redundant here - so this may need to be
|
| ; modified later
|
|
|