[SimplifyLibCalls] Transform log(exp2(y)) to y*log(2) under fast-math.
[oota-llvm.git] / test / Transforms / StripDeadPrototypes /
2015-10-30 Justin Bogner[PM] Port StripDeadPrototypes to the new pass manager