Fold fptrunc(add (fpextend x), (fpextend y)) -> add(x,y), as GCC does.
[oota-llvm.git] / test / Transforms / InstCombine / bitcast-gep.ll
2007-04-28 Chris Lattnernew testcase