[SimplifyLibCalls] Add a new transformation: pow(exp(x), y) -> exp(x*y)
[oota-llvm.git] / test / Transforms / StripDeadPrototypes /
2015-10-30 Justin Bogner[PM] Port StripDeadPrototypes to the new pass manager