Add a puts optimization that converts puts() to putchar('\n').
[oota-llvm.git] / test / Transforms / IndVarSimplify / udiv.ll
2010-04-12 Dan GohmanSuppress LinearFunctionTestReplace when the computed...