Add a puts optimization that converts puts() to putchar('\n').
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / 2010-05-30-memcpy-Struct.ll
2010-05-31 Nick LewyckyThe memcpy intrinsic only takes i8* for %src and %dst...