Emit argmemonly attribute for intrinsics.
[oota-llvm.git] / test / Transforms / Inline / inline_invoke.ll
index 2ef216e2d38a3b3af07b4c08ba6fd650410a054a..8b666956c91d30360a995dcf11fe943ae8ef41d5 100644 (file)
@@ -344,4 +344,5 @@ terminate:
 ; CHECK: attributes [[NUW]] = { nounwind }
 ; CHECK: attributes #1 = { nounwind readnone }
 ; CHECK: attributes #2 = { ssp uwtable }
-; CHECK: attributes #3 = { noreturn nounwind }
+; CHECK: attributes #3 = { nounwind argmemonly }
+; CHECK: attributes #4 = { noreturn nounwind }