Emit argmemonly attribute for intrinsics.
[oota-llvm.git] / test / Analysis / BasicAA / intrinsics.ll
index 8c05587ce23373b0d8040846fa2115ed7164396c..619673f195799491e7ece69c540c1650eaffb9c6 100644 (file)
@@ -38,5 +38,6 @@ entry:
 declare <8 x i16> @llvm.arm.neon.vld1.v8i16(i8*, i32) nounwind readonly
 declare void @llvm.arm.neon.vst1.v8i16(i8*, <8 x i16>, i32) nounwind
 
-; CHECK: attributes #0 = { nounwind readonly }
+; CHECK: attributes #0 = { nounwind readonly argmemonly }
+; CHECK: attributes #1 = { nounwind argmemonly }
 ; CHECK: attributes [[ATTR]] = { nounwind }