Move a DenseMap's declaration outside of a loop, and just call
[oota-llvm.git] / test / Transforms / InstCombine / fpextend.ll
2008-01-27 Chris LattnerFold fptrunc(add (fpextend x), (fpextend y)) -> add...