[SimplifyLibCalls] New trick: pow(x, 0.5) -> sqrt(x) under -ffast-math.
[oota-llvm.git] / test / Transforms / PartiallyInlineLibCalls /
2014-08-01 Peter CollingbournePartiallyInlineLibCalls: Check sqrt result type before...