Add a puts optimization that converts puts() to putchar('\n').
[oota-llvm.git] / test / Transforms / InstCombine / 2009-12-17-CmpSelectNull.ll
2009-12-18 Eli FriedmanOptimize icmp of null and select of two constants even...