Fold fptrunc(add (fpextend x), (fpextend y)) -> add(x,y), as GCC does.
[oota-llvm.git] / test / Transforms / InstCombine / not-fcmp.ll
2007-08-06 Nick LewyckyIt's safe to fold not of fcmp.