Add a puts optimization that converts puts() to putchar('\n').
[oota-llvm.git] / test / Transforms / InstCombine / 2010-11-01-lshr-mask.ll
2010-11-01 Owen AndersonWhen folding away a (shl (shr)) pair, we need to check...