[PATCH] D18423: [SimplifyLibCalls] Transform printf("%s", "a") into putchar('a')

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 09:00:14 PDT 2016


davide closed this revision.
davide added a comment.

Committed (with the comment) in r264588. Thanks!


http://reviews.llvm.org/D18423





More information about the llvm-commits mailing list