aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/mips/fneg-legacy.c
blob: 38f810cf9520512d89169077220eecb3b6a02683 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-mabs=legacy" } */

NOMIPS16 double
fneg_legacy (double d)
{
  return -d;
}

/* { dg-final { scan-assembler-not "\tneg\\.d\t" } } */