(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
mips/
compact-branches-2.c
       1  /* { dg-options "-mcompact-branches=never" } */
       2  int glob;
       3  
       4  void
       5  foo (int a, int b)
       6  {
       7    if (a < b)
       8      glob = 1;
       9  }
      10  
      11  /* { dg-final { scan-assembler-not "\tb\[^ \t\]*c" } } */
      12  /* { dg-final { scan-assembler-not "\tj\[^ \t\]*c" } } */