diff options
Diffstat (limited to 'test/CodeGen/X86/cmpxchg-i1.ll')
-rw-r--r-- | test/CodeGen/X86/cmpxchg-i1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/cmpxchg-i1.ll b/test/CodeGen/X86/cmpxchg-i1.ll index a21ab59..5f5869f 100644 --- a/test/CodeGen/X86/cmpxchg-i1.ll +++ b/test/CodeGen/X86/cmpxchg-i1.ll @@ -68,7 +68,7 @@ define i32 @cmpxchg_use_eflags_and_val(i32* %addr, i32 %offset) { ; Result already in %eax ; CHECK: retq entry: - %init = load atomic i32* %addr seq_cst, align 4 + %init = load atomic i32, i32* %addr seq_cst, align 4 br label %loop loop: |