This implements the second half of the fix for PR3290, handling
[oota-llvm.git] / test / Transforms / InstCombine / fpextend.ll
2008-01-27 Chris LattnerFold fptrunc(add (fpextend x), (fpextend y)) -> add...