aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/nocx16.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/nocx16.ll')
-rw-r--r--test/CodeGen/X86/nocx16.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/nocx16.ll b/test/CodeGen/X86/nocx16.ll
index cceaac4..8b995da 100644
--- a/test/CodeGen/X86/nocx16.ll
+++ b/test/CodeGen/X86/nocx16.ll
@@ -2,7 +2,7 @@
define void @test(i128* %a) nounwind {
entry:
; CHECK: __sync_val_compare_and_swap_16
- %0 = cmpxchg i128* %a, i128 1, i128 1 seq_cst
+ %0 = cmpxchg i128* %a, i128 1, i128 1 seq_cst seq_cst
; CHECK: __sync_lock_test_and_set_16
%1 = atomicrmw xchg i128* %a, i128 1 seq_cst
; CHECK: __sync_fetch_and_add_16