Remove incomplete comment.

llvm-svn: 240252
This commit is contained in:
Davide Italiano 2015-06-22 01:19:59 +00:00
parent 2e08f50605
commit 70a06ad304
1 changed files with 0 additions and 1 deletions

View File

@ -4314,7 +4314,6 @@ Sema::ConvertArgumentsForCall(CallExpr *Call, Expr *Fn,
SourceLocation RParenLoc,
bool IsExecConfig) {
// Bail out early if calling a builtin with custom typechecking.
// We don't need to do this in the
if (FDecl)
if (unsigned ID = FDecl->getBuiltinID())
if (Context.BuiltinInfo.hasCustomTypechecking(ID))