Remove a TODO which isn't practical.

llvm-svn: 104748
This commit is contained in:
Dan Gohman 2010-05-26 21:50:41 +00:00
parent b33dfbcba4
commit c96c6db59d
1 changed files with 0 additions and 1 deletions

View 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())) {