Handle a special case xor undef, undef -> 0. Technically this should be transformed...
[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...