[committed] ft32 doesn't support trampolines.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / compact-branches-2.c
blob0f8064f5d88b87466f7bb6c98f6e904a0c6f9719
1 /* { dg-options "-mcompact-branches=never" } */
2 int glob;
4 void
5 foo (int a, int b)
7 if (a < b)
8 glob = 1;
11 /* { dg-final { scan-assembler-not "\tb\[^ \t\]*c" } } */
12 /* { dg-final { scan-assembler-not "\tj\[^ \t\]*c" } } */