Add a puts optimization that converts puts() to putchar('\n').
[oota-llvm.git] / test / Transforms / LoopDeletion / multiple-exit-conditions.ll
2009-10-23 Dan GohmanMake LoopDeletion check the maximum backedge taken...