summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vst1.ll
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-08-06 18:46:26 +0000
committerBob Wilson <bob.wilson@apple.com>2009-08-06 18:46:26 +0000
commit004f7c70493b1ae607a2107b8eaba9fc061e7baf (patch)
tree3a84e3b16c8e60ad5a36a708eed889b4cf79671d /test/CodeGen/ARM/vst1.ll
parent27698ebdf88494a31bc161f698dc4dab008ecac6 (diff)
downloadllvm-004f7c70493b1ae607a2107b8eaba9fc061e7baf.tar.gz
llvm-004f7c70493b1ae607a2107b8eaba9fc061e7baf.tar.bz2
llvm-004f7c70493b1ae607a2107b8eaba9fc061e7baf.tar.xz
Fix incorrect intrinsic declarations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78329 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/vst1.ll')
-rw-r--r--test/CodeGen/ARM/vst1.ll20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/CodeGen/ARM/vst1.ll b/test/CodeGen/ARM/vst1.ll
index 6a82b44415..d84f75882f 100644
--- a/test/CodeGen/ARM/vst1.ll
+++ b/test/CodeGen/ARM/vst1.ll
@@ -80,14 +80,14 @@ define void @vst1Qi64(i64* %A, <2 x i64>* %B) nounwind {
ret void
}
-declare void @llvm.arm.neon.vst1i.v8i8(i8*, <8 x i8>) nounwind readnone
-declare void @llvm.arm.neon.vst1i.v4i16(i16*, <4 x i16>) nounwind readnone
-declare void @llvm.arm.neon.vst1i.v2i32(i32*, <2 x i32>) nounwind readnone
-declare void @llvm.arm.neon.vst1f.v2f32(float*, <2 x float>) nounwind readnone
-declare void @llvm.arm.neon.vst1i.v1i64(i64*, <1 x i64>) nounwind readnone
+declare void @llvm.arm.neon.vst1i.v8i8(i8*, <8 x i8>) nounwind
+declare void @llvm.arm.neon.vst1i.v4i16(i8*, <4 x i16>) nounwind
+declare void @llvm.arm.neon.vst1i.v2i32(i8*, <2 x i32>) nounwind
+declare void @llvm.arm.neon.vst1f.v2f32(i8*, <2 x float>) nounwind
+declare void @llvm.arm.neon.vst1i.v1i64(i8*, <1 x i64>) nounwind
-declare void @llvm.arm.neon.vst1i.v16i8(i8*, <16 x i8>) nounwind readnone
-declare void @llvm.arm.neon.vst1i.v8i16(i16*, <8 x i16>) nounwind readnone
-declare void @llvm.arm.neon.vst1i.v4i32(i32*, <4 x i32>) nounwind readnone
-declare void @llvm.arm.neon.vst1f.v4f32(float*, <4 x float>) nounwind readnone
-declare void @llvm.arm.neon.vst1i.v2i64(i64*, <2 x i64>) nounwind readnone
+declare void @llvm.arm.neon.vst1i.v16i8(i8*, <16 x i8>) nounwind
+declare void @llvm.arm.neon.vst1i.v8i16(i8*, <8 x i16>) nounwind
+declare void @llvm.arm.neon.vst1i.v4i32(i8*, <4 x i32>) nounwind
+declare void @llvm.arm.neon.vst1f.v4f32(i8*, <4 x float>) nounwind
+declare void @llvm.arm.neon.vst1i.v2i64(i8*, <2 x i64>) nounwind