summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/mips/octeon-seq-4.c
blob: e61bcb361c022af5124d6d0c0d92aabcf0324918 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* { dg-do compile } */
/* { dg-options "-O2 -march=octeon" } */
/* { dg-final { scan-assembler-not "xor" } } */

unsigned
m (unsigned e);

NOMIPS16 void
f (unsigned i)
{
  unsigned j = m (i);
  h (j, i != j);
}