PR11061: Make simplifylibcalls fold strcmp("", x) correctly.
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / iprintf.ll
2011-03-03 Richard OsborneOptimize fprintf -> iprintf if there are no floating...
2011-03-03 Richard OsborneOptimize sprintf -> siprintf if there are no floating...
2011-03-03 Richard OsborneOptimize printf -> iprintf if there are no floating...