Shrink Thumb2 movcc instructions.
[llvm/avr.git] / test / FrontendC / 2008-07-08-FAbsAttributes.c
blob1eb01dcedbe63a75be51785c278f080e3507b393
1 // RUN: %llvmgcc -S %s -o - | grep readnone
2 // PR2520
3 #include <math.h>
4 double f(double *x, double *y) { return fabs(*x + *y); }