diff options
Diffstat (limited to 'test/CodeGen/X86/cmpxchg16b.ll')
-rw-r--r-- | test/CodeGen/X86/cmpxchg16b.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/X86/cmpxchg16b.ll b/test/CodeGen/X86/cmpxchg16b.ll index 1d5bb85f8d20..d514c0a35f5b 100644 --- a/test/CodeGen/X86/cmpxchg16b.ll +++ b/test/CodeGen/X86/cmpxchg16b.ll @@ -4,8 +4,7 @@ define void @t1(i128* nocapture %p) nounwind ssp { entry: ; CHECK: movl $1, %ebx -; CHECK: lock -; CHECK-NEXT: cmpxchg16b +; CHECK: lock cmpxchg16b %r = cmpxchg i128* %p, i128 0, i128 1 seq_cst seq_cst ret void } |