[SimplifyLibCalls] New trick: pow(x, 0.5) -> sqrt(x) under -ffast-math.
[oota-llvm.git] / test / Transforms / SafeStack / constant-gep-call.ll
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...