14 lines · c
1// RUN: %clang_cc1 -disable-llvm-passes -pg -triple powerpc-ibm-aix7.2.0.0 -emit-llvm %s -o - | FileCheck %s2// RUN: %clang_cc1 -disable-llvm-passes -pg -triple powerpc64-ibm-aix7.2.0.0 -emit-llvm %s -o - | FileCheck %s3 4void foo() {5// CHECK: define void @foo() #0 {6}7 8void bar() {9// CHECK: define void @bar() #0 {10 foo();11}12 13// CHECK: attributes #0 = { {{.*}}"instrument-function-entry-inlined"="__mcount"14