[PATCH] D23339: Don't import variadic functions

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 9 17:07:04 PDT 2016


mehdi_amini added a comment.

What is the benefit of knowing that a function is variadic compared to just knowing that is can't be inlined?
We should just have a bit that is "can't be inlined"


https://reviews.llvm.org/D23339





More information about the llvm-commits mailing list