Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | instcombine: Migrate fwrite optimizations | Meador Inge | 2012-11-29 | 1 | -13/+0 |
| | | | | | | | This patch migrates the fwrite optimizations from the simplify-libcalls pass into the instcombine library call simplifier. llvm-svn: 168892 | ||||
* | Only replace fwrite with fputc, if the return value is unused. | Joerg Sonnenberger | 2011-12-12 | 1 | -0/+13 |
llvm-svn: 146411 |