[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / compiler-rt / test / profile / Inputs / instrprof-dynamic-header.h
blob7a57b13c67f9cb0fb8ffeec066662b08e82d0f92
1 template <class T> void bar(int X) {
2 if (X) {
3 X *= 4;
6 void a();
7 void b();