1 ; RUN: opt < %s -functionattrs -S | FileCheck %s
2 ; RUN: opt < %s -passes=function-attrs -S | FileCheck %s
6 ; CHECK-LABEL: define void @bar(i8* readonly %0) {
7 define void @bar(i8* readonly) {
13 ; CHECK-LABEL: define linkonce_odr void @foo(i8* readonly %0) {
14 define linkonce_odr void @foo(i8* readonly) {
15 call void @bar(i8* %0)