remove outdated comment; NFC

llvm-svn: 258147
This commit is contained in:
Sanjay Patel 2016-01-19 17:29:22 +00:00
parent 19eb03106d
commit 142c49bc42
1 changed files with 0 additions and 4 deletions

View File

@ -1833,10 +1833,6 @@ static bool isSafeToEliminateVarargsCast(const CallSite CS,
return true;
}
// Try to fold some different type of calls here.
// Currently we're only working with the checking functions, memcpy_chk,
// mempcpy_chk, memmove_chk, memset_chk, strcpy_chk, stpcpy_chk, strncpy_chk,
// strcat_chk and strncat_chk.
Instruction *InstCombiner::tryOptimizeCall(CallInst *CI) {
if (!CI->getCalledFunction()) return nullptr;