OSDN Git Service

2007-06-11 Andreas Tobler <a.tobler@schweiz.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / rs6000-leaf.c
1 /* { dg-do compile { target rs6000-*-* } }  */
2 /* { dg-options "-O2" } */
3 /* { dg-final { scan-assembler-not "\tstwu 1,-\[0-9\]*(1)\n" } } */
4
5 int Leaf (int i)
6 {
7   return i + 1;
8 }