diff options
Diffstat (limited to 'test/CodeGen/X86/2010-10-08-cmpxchg8b.ll')
-rw-r--r-- | test/CodeGen/X86/2010-10-08-cmpxchg8b.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll b/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll index ebf51a5d660a3..ee50cb13e6344 100644 --- a/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll +++ b/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll @@ -16,8 +16,7 @@ define void @foo(i64* %ptr) nounwind inlinehint { entry: br label %loop loop: -; CHECK: lock -; CHECK-NEXT: cmpxchg8b +; CHECK: lock cmpxchg8b %pair = cmpxchg i64* %ptr, i64 0, i64 1 monotonic monotonic %r = extractvalue { i64, i1 } %pair, 0 %stored1 = icmp eq i64 %r, 0 |