Eliminate questionable syntax for stdin redirection. This probably also speeds things...
[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...