Add a puts optimization that converts puts() to putchar('\n').
[oota-llvm.git] / test / Transforms / Inline / devirtualize-3.ll
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-05-01 Chris Lattnerfix PR5009 by making CGSCCPM realize that a call was...