Add a puts optimization that converts puts() to putchar('\n').
[oota-llvm.git] / test / Transforms / Inline / delete-call.ll
2010-05-01 Chris Lattnerrevert r102831. We already delete dead readonly calls in
2010-05-01 Owen AndersonDisable the call-deletion transformation introduced...
2009-11-12 Chris Lattnerimplement a nice little efficiency hack in the inliner...