Add a puts optimization that converts puts() to putchar('\n').
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / StrPBrk.ll
2010-09-29 Benjamin KramerAdd strpbrk folding to SimplifyLibCalls.