blob: 079418930da7e416d71e592fb9e7fc6b54b1812d [file] [log] [blame]
/* { dg-do compile { target rs6000-*-* } } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler-not "\tstwu 1,-\[0-9\]*(1)\n" } } */
int Leaf (int i)
{
return i + 1;
}