CodeGenFunction.h: Prune a \param in r253926. [-Wdocumentation]

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253938 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2015-11-23 23:38:13 +00:00
Родитель 1ec22fd382
Коммит d03d2e5099
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -2621,9 +2621,6 @@ public:
/// EmitCall - Generate a call of the given function, expecting the given
/// result type, and using the given argument list which specifies both the
/// LLVM arguments and the types they were derived from.
///
/// \param TargetDecl - If given, the decl of the function in a direct call;
/// used to set attributes on the call (noreturn, etc.).
RValue EmitCall(const CGFunctionInfo &FnInfo, llvm::Value *Callee,
ReturnValueSlot ReturnValue, const CallArgList &Args,
CGCalleeInfo CalleeInfo = CGCalleeInfo(),