Add a puts optimization that converts puts() to putchar('\n').
[oota-llvm.git] / test / Transforms / FunctionAttrs / 2010-10-30-volatile.ll
2010-10-30 Duncan SandsIf a function does a volatile load from a global consta...