aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/atomic-load-store-wide.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/atomic-load-store-wide.ll')
-rw-r--r--test/CodeGen/X86/atomic-load-store-wide.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/atomic-load-store-wide.ll b/test/CodeGen/X86/atomic-load-store-wide.ll
index ad1a5c6..5c46397 100644
--- a/test/CodeGen/X86/atomic-load-store-wide.ll
+++ b/test/CodeGen/X86/atomic-load-store-wide.ll
@@ -16,6 +16,6 @@ define i64 @test2(i64* %ptr) {
; CHECK-LABEL: test2
; CHECK: lock
; CHECK-NEXT: cmpxchg8b
- %val = load atomic i64* %ptr seq_cst, align 8
+ %val = load atomic i64, i64* %ptr seq_cst, align 8
ret i64 %val
}