There are some cases where icmp(add) can be folded into a new icmp. Handle them.
[oota-llvm.git] / test / Transforms / InstCombine / zero-point-zero-add.ll
2008-01-29 Chris Lattnereliminate additions of 0.0 when they are obviously...