aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2010-10-08-cmpxchg8b.ll')
-rw-r--r--test/CodeGen/X86/2010-10-08-cmpxchg8b.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll b/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll
index 0e4118a..f69cedc 100644
--- a/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll
+++ b/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll
@@ -18,7 +18,7 @@ entry:
loop:
; CHECK: lock
; CHECK-NEXT: cmpxchg8b
- %r = cmpxchg i64* %ptr, i64 0, i64 1 monotonic
+ %r = cmpxchg i64* %ptr, i64 0, i64 1 monotonic monotonic
%stored1 = icmp eq i64 %r, 0
br i1 %stored1, label %loop, label %continue
continue: