aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/no-fpu.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/no-fpu.ll')
-rw-r--r--test/CodeGen/ARM/no-fpu.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/no-fpu.ll b/test/CodeGen/ARM/no-fpu.ll
index fff4bcc..c5d1f19 100644
--- a/test/CodeGen/ARM/no-fpu.ll
+++ b/test/CodeGen/ARM/no-fpu.ll
@@ -6,7 +6,7 @@
; Check no NEON instructions are selected when feature is disabled.
define void @neonop(i64* nocapture readonly %a, i64* nocapture %b) #0 {
%1 = bitcast i64* %a to <2 x i64>*
- %wide.load = load <2 x i64>* %1, align 8
+ %wide.load = load <2 x i64>, <2 x i64>* %1, align 8
; NONEON-NOVFP-NOT: vld1.64
; NONEON-NOT: vld1.64
%add = add <2 x i64> %wide.load, %wide.load