Fold fptrunc(add (fpextend x), (fpextend y)) -> add(x,y), as GCC does.
[oota-llvm.git] / test / Transforms / InstCombine / malloc2.ll
2007-04-14 Reid SpencerFor PR1319:
2007-04-06 Chris Lattnernew testcase, update old one.