2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / mips / octeon-pipe-1.c
blob4488e3d5117165bb28438d7d0069b156afef3a73
1 /* Check that we use the octeon pipeline description. */
2 /* { dg-do compile } */
3 /* { dg-options "-march=octeon -fschedule-insns2 -fdump-rtl-sched2" } */
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\\*71" "sched2" } } */
12 /* { dg-final { cleanup-rtl-dump "sched2" } } */