aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/AArch64/complex-int-to-fp.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/complex-int-to-fp.ll')
-rw-r--r--test/CodeGen/AArch64/complex-int-to-fp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/complex-int-to-fp.ll b/test/CodeGen/AArch64/complex-int-to-fp.ll
index 5c943f9..1102553 100644
--- a/test/CodeGen/AArch64/complex-int-to-fp.ll
+++ b/test/CodeGen/AArch64/complex-int-to-fp.ll
@@ -4,7 +4,7 @@
; CHECK: scvtf
; CHECK: ret
define void @autogen_SD19655(<2 x i64>* %addr, <2 x float>* %addrfloat) {
- %T = load <2 x i64>* %addr
+ %T = load <2 x i64>, <2 x i64>* %addr
%F = sitofp <2 x i64> %T to <2 x float>
store <2 x float> %F, <2 x float>* %addrfloat
ret void