Remove not needed __builtin_expect due to malloc predictor.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / octeon2-pipe-1.c
blob6be0ca8d71d3c7831dc2212898d2e43908d680c9
1 /* Check that we use the octeon2 pipeline description. */
2 /* { dg-do compile } */
3 /* { dg-options "-fschedule-insns2 -fdump-rtl-sched2 -march=octeon2" } */
4 /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
6 NOMIPS16 int f (int a, int b)
8 return a / b;
11 /* { dg-final { scan-rtl-dump "octeon_mult\\*17" "sched2" } } */