[llvm] r258147 - remove outdated comment; NFC

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 19 09:29:23 PST 2016


Author: spatel
Date: Tue Jan 19 11:29:22 2016
New Revision: 258147

URL: http://llvm.org/viewvc/llvm-project?rev=258147&view=rev
Log:
remove outdated comment; NFC

Modified:
    llvm/trunk/lib/Transforms/InstCombine/InstCombineCalls.cpp

Modified: llvm/trunk/lib/Transforms/InstCombine/InstCombineCalls.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/InstCombine/InstCombineCalls.cpp?rev=258147&r1=258146&r2=258147&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/InstCombine/InstCombineCalls.cpp (original)
+++ llvm/trunk/lib/Transforms/InstCombine/InstCombineCalls.cpp Tue Jan 19 11:29:22 2016
@@ -1833,10 +1833,6 @@ static bool isSafeToEliminateVarargsCast
   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;
 




More information about the llvm-commits mailing list