aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/aarch64/pr66776.c
blob: a5c83b4739c3e798e2682a58b2d3062b58e6ea1b (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-O2 --save-temps" } */

unsigned long long
foo (unsigned int a, unsigned int b, unsigned int c)
{
  return a ? b : c;
}

/* { dg-final { scan-assembler-not "uxtw" } } */