[PATCH] D31094: [BuildLibCalls] emitPutChar should infer its function attributes

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 14:05:35 PDT 2017


craig.topper added a comment.

fputc and fputs check the type of one of the arguments before calling  inferLibFuncAttributes. So its not always unconditional.


https://reviews.llvm.org/D31094





More information about the llvm-commits mailing list