1 /* { dg-do compile { target powerpc64-*-* } } */
2 /* { dg-require-effective-target lp64 } */
3 /* { dg-options "-O2" } */
5 /* { dg-final { scan-assembler-not "cmpw" } } */
7 /* Origin:Pete Steinmetz <steinmtz@us.ibm.com> */
9 /* PR 16458: Extraneous compare. */
11 int foo (unsigned a
, unsigned b
)