Remove a TODO which isn't practical.
authorDan Gohman <gohman@apple.com>
Wed, 26 May 2010 21:50:41 +0000 (21:50 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 26 May 2010 21:50:41 +0000 (21:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104748 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/Lint.cpp

index 8b3873362c8c6b9edf2275d78b54a20514b0511b..9345a246053d08c7dcb8a26fba3ffa4cc6ec920e 100644 (file)
@@ -193,7 +193,6 @@ void Lint::visitCallSite(CallSite CS) {
   Instruction &I = *CS.getInstruction();
   Value *Callee = CS.getCalledValue();
 
-  // TODO: Check function alignment?
   visitMemoryReference(I, Callee, 0, 0, MemRef::Callee);
 
   if (Function *F = dyn_cast<Function>(Callee->stripPointerCasts())) {