Add a puts optimization that converts puts() to putchar('\n').
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / nonlinear-postinc.ll
2010-03-02 Dan GohmanNon-affine post-inc SCEV expansions have more code...