Add a puts optimization that converts puts() to putchar('\n').
[oota-llvm.git] / test / Transforms / Inline / 2010-05-31-ByvalTailcall.ll
2010-05-31 Duncan SandsFix PR7272: when inlining through a callsite with byval...