diff options
Diffstat (limited to 'test/CodeGen/X86/atomic-pointer.ll')
-rw-r--r-- | test/CodeGen/X86/atomic-pointer.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/atomic-pointer.ll b/test/CodeGen/X86/atomic-pointer.ll index ec3e6c3..66e0217 100644 --- a/test/CodeGen/X86/atomic-pointer.ll +++ b/test/CodeGen/X86/atomic-pointer.ll @@ -6,7 +6,7 @@ define i32* @test_atomic_ptr_load(i32** %a0) { ; CHECK: movl ; CHECK: ret 0: - %0 = load atomic i32** %a0 seq_cst, align 4 + %0 = load atomic i32*, i32** %a0 seq_cst, align 4 ret i32* %0 } |