diff options
Diffstat (limited to 'test/CodeGen/ARM/copy-paired-reg.ll')
-rw-r--r-- | test/CodeGen/ARM/copy-paired-reg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/copy-paired-reg.ll b/test/CodeGen/ARM/copy-paired-reg.ll index 17a4461..453fac4 100644 --- a/test/CodeGen/ARM/copy-paired-reg.ll +++ b/test/CodeGen/ARM/copy-paired-reg.ll @@ -11,7 +11,7 @@ define void @f() { store atomic i64 0, i64* %c seq_cst, align 8 store atomic i64 0, i64* %d seq_cst, align 8 - %e = load atomic i64* %d seq_cst, align 8 + %e = load atomic i64, i64* %d seq_cst, align 8 ret void } |