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