// expected-remark@+7 {{foz should never be inlined (cost=never)}}
// expected-remark@+6 {{foz will not be inlined into bar}}
// expected-remark@+5 {{foz should never be inlined}}
// expected-remark@+4 {{foz will not be inlined into bar}}
// expected-remark@+3 {{foo should always be inlined}}
// expected-remark@+2 {{foo inlined into bar}}
#endif
returnfoo(j,j-2)*foz(j-2,j);
}
#ifdef NDEBUG
// expected-remark@-2 {{foo inlined into bar}} expected-note@-2 {{use -gline-tables-only -gcolumn-info to track source location information for this optimization remark}}