InstCombine: Combine (add (and %a, %b) (or %a, %b)) to (add %a, %b)
[oota-llvm.git] / test / Transforms / InstCombine / fsub.ll
2010-01-17 Bill WendlingReduce fsub-fadd.ll and merge it into fsub-fsub.ll...