aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/copy-paired-reg.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/copy-paired-reg.ll')
-rw-r--r--test/CodeGen/ARM/copy-paired-reg.ll2
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 17a4461c682b..453fac4b1504 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
}