mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
remove outdated comment; NFC
llvm-svn: 258147
This commit is contained in:
parent
c55147fcdc
commit
76380d0013
@ -1833,10 +1833,6 @@ static bool isSafeToEliminateVarargsCast(const CallSite CS,
|
|||||||
return true;
|
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) {
|
Instruction *InstCombiner::tryOptimizeCall(CallInst *CI) {
|
||||||
if (!CI->getCalledFunction()) return nullptr;
|
if (!CI->getCalledFunction()) return nullptr;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user