Use conditional internal functions in if-conversion
[official-gcc.git] / gcc / testsuite / gcc.target / bfin / builtins / sub_fr1x32-1.c
blob5aedd9199b31b4ec066e0b0f612552f0a9e16edd
1 extern void abort (void);
3 typedef long fract32;
5 int main ()
7 fract32 t1;
9 t1 = __builtin_bfin_sub_fr1x32 (0x40003000, 0xc0003000);
10 if (t1 != 0x7fffffff)
11 abort ();
13 return 0;