2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / i386-cmov5.c
blob112a9933bbca1255f6d114b2c0b6df4631558291
1 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-O2 -march=k8" } */
3 /* { dg-final { scan-assembler "sbb" } } */
5 int
6 t(float a, float b)
8 return a<=b?0:-1;