Modify the LLVM assembly output so that it uses references to represent function...
[oota-llvm.git] / test / Analysis / BasicAA / intrinsics.ll
index 59725cfded0572b1d72d136e2514f13548753044..1407efea358d8e164b740180b0bfdbf1557162cc 100644 (file)
@@ -37,3 +37,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 #1 = { nounwind }