summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/mips/scc-4.c
blob: 40460666c7f2815910407a9ead7ac3d344c9a0d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* { dg-do compile } */
/* { dg-options "-O -mabi=o64" } */

/* { dg-final { scan-assembler "slt\t" } } */
/* { dg-final { scan-assembler "sltu\t\|xor\t\|xori\t" } } */

/* This test should work both in mips16 and non-mips16 mode.  */

int
f (long long a, long long b)
{
  return a > 5;
}