Add a puts optimization that converts puts() to putchar('\n').
[oota-llvm.git] / test / Transforms / SCCP / undef-resolve.ll
2010-04-26 Chris Lattnerfix PR6940: sitofp(undef) folds to 0.0, not undef.
2010-04-09 Chris Lattnerfix a SCCP miscompilation that could happen when a