Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton.
[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...