Use conditional internal functions in if-conversion
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / leaf.c
blob079418930da7e416d71e592fb9e7fc6b54b1812d
1 /* { dg-do compile { target rs6000-*-* } } */
2 /* { dg-options "-O2" } */
3 /* { dg-final { scan-assembler-not "\tstwu 1,-\[0-9\]*(1)\n" } } */
5 int Leaf (int i)
7 return i + 1;