| Index: tests_lit/llvm2ice_tests/nacl-atomic-cmpxchg-optimization.ll
|
| diff --git a/tests_lit/llvm2ice_tests/nacl-atomic-cmpxchg-optimization.ll b/tests_lit/llvm2ice_tests/nacl-atomic-cmpxchg-optimization.ll
|
| index 53d2eca2d19b5c34a2db29b60c03f56eb1f27c16..ee81cce17f97ce011b03bd1357777fcdf7288de8 100644
|
| --- a/tests_lit/llvm2ice_tests/nacl-atomic-cmpxchg-optimization.ll
|
| +++ b/tests_lit/llvm2ice_tests/nacl-atomic-cmpxchg-optimization.ll
|
| @@ -41,7 +41,7 @@ done:
|
| ; OM1-LABEL: test_atomic_cmpxchg_loop
|
| ; OM1: lock cmpxchg DWORD PTR [e{{[^a].}}],e{{[^a]}}
|
| ; OM1: cmp
|
| -; OM1: je
|
| +; OM1: sete
|
| ; OM1: call
|
|
|
| ; Still works if the compare operands are flipped.
|
| @@ -130,4 +130,4 @@ done:
|
| ; O2: lock cmpxchg DWORD PTR [e{{[^a].}}],e{{[^a]}}
|
| ; O2: mov {{.*}}
|
| ; O2: cmp
|
| -; O2: je
|
| +; O2: sete
|
|
|