Have a single way for creating unique value names.
[oota-llvm.git] / test / Transforms / InstCombine / pow-sqrt.ll
2015-11-18 Davide Italiano[SimplifyLibCalls] New trick: pow(x, 0.5) -> sqrt(x...