Handle Octeon 3 not supporting MIPS paired-single instructions.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / compact-branches-4.c
blobfd99ad64f6da483209277d161e27ee6cb670f7b5
1 /* { dg-options "-mcompact-branches=optimal isa_rev>=6" } */
2 int glob;
4 void
5 foo (int a, int b, volatile int * bar)
7 if (a < b)
8 glob = *bar;
11 /* { dg-final { scan-assembler "\tb\[^ \t\]*c" } } */