aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/mips/octeon-seq-4.c
blob: 0fd83f0b309873c646f8f424bfd62b9179f4d6dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-do compile } */
/* { dg-options "-march=octeon" } */
/* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
/* { dg-final { scan-assembler-not "\txor" } } */

unsigned
m (unsigned e);

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