blob: 3832781a6233c2a79953e1d1952db3dfaff99e12 [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" } } */