blob: 4488e3d5117165bb28438d7d0069b156afef3a73 [file] [log] [blame]
/* Check that we use the octeon pipeline description. */
/* { dg-do compile } */
/* { dg-options "-march=octeon -fschedule-insns2 -fdump-rtl-sched2" } */
/* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
NOMIPS16 int f (int a, int b)
{
return a / b;
}
/* { dg-final { scan-rtl-dump "octeon_mult\\*71" "sched2" } } */
/* { dg-final { cleanup-rtl-dump "sched2" } } */