]> granicus.if.org Git - clang/commit
Introduce CGFunctionInfo::getNumRequiredArgs(). NFC.
authorAlexey Samsonov <vonosmas@gmail.com>
Mon, 29 Sep 2014 21:21:48 +0000 (21:21 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Mon, 29 Sep 2014 21:21:48 +0000 (21:21 +0000)
commit7a37fa654e87f38315c1e4c6daebe29454caf3a7
tree8afdb1751d2d66bb4330b2d729ad00b0f85edce7
parentdcb6994528fa268d0392e56358a5b78509fbc033
Introduce CGFunctionInfo::getNumRequiredArgs(). NFC.

Save the callers from necessity to special-case on variadic functions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218625 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/CodeGen/CGFunctionInfo.h
lib/CodeGen/CGCall.cpp
lib/CodeGen/TargetInfo.cpp