Stop only if there aren't any usable algorithms
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / 47698.c
blob2c751093ae376f3de4b8400d580b71faf0db4449
1 /* { dg-options "-Os" } */
2 /* { dg-final { scan-assembler-not "cmov" } } */
4 extern volatile unsigned long mmio;
5 unsigned long foo(int cond)
7 if (cond)
8 return mmio;
9 return 0;