fix PR6533 by updating the br(xor) code to remember the case
[oota-llvm.git] / test / CodeGen / PowerPC / fabs.ll
1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | grep {fabs f1, f1}
2
3 define double @fabs(double %f) {
4 entry:
5         %tmp2 = tail call double @fabs( double %f )             ; <double> [#uses=1]
6         ret double %tmp2
7 }