The inst combining of inttoptr into GEP with one index was using the bit size of
[oota-llvm.git] / test / Transforms / InstCombine / fpextend.ll
2008-01-27 Chris LattnerFold fptrunc(add (fpextend x), (fpextend y)) -> add...