Add a puts optimization that converts puts() to putchar('\n').
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / StrRChr.ll
2010-09-29 Benjamin KramerTeach SimplifyLibCalls how to optimize strrchr.