2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / mips / compact-branches-3.c
blobd6becb10eeebfa287fda88198c9c0e667a2bbb4d
1 /* { dg-options "-mcompact-branches=never 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 "\tnop" } } */
12 /* { dg-final { scan-assembler-not "\tb\[^ \t\]*c" } } */
13 /* { dg-final { scan-assembler-not "\tj\[^ \t\]*c" } } */