There are some cases where icmp(add) can be folded into a new icmp. Handle them.
[oota-llvm.git] / test / Transforms / InstCombine / memcpy-to-load.ll
2008-01-14 Chris LattnerTurn a memcpy from a double* into a load/store of doubl...