Add a puts optimization that converts puts() to putchar('\n').
[oota-llvm.git] / test / Transforms / InstCombine / 2010-01-28-NegativeSRem.ll
2010-01-28 Duncan SandsFix PR6165. The bug was that LHSKnownZero was being...