[SimplifyLibCalls] Add a new transformation: pow(exp(x), y) -> exp(x*y)
[oota-llvm.git] / test / Assembler / alloca-size-one.ll
2015-03-13 Duncan P. N. Exon... AsmWriter: Write alloca array size explicitly (and...