diff options
author | Dan Gohman <gohman@apple.com> | 2010-05-26 21:50:41 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-05-26 21:50:41 +0000 |
commit | df9c8bc569150824b1f96c5e569fb3a5386204df (patch) | |
tree | 13b0c90ed9a7f1965585d569710e625d6dcccca4 /lib/Analysis/Lint.cpp | |
parent | cb8326dc09d900688b2d15bd9c977d1c3b722427 (diff) |
Remove a TODO which isn't practical.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104748 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/Lint.cpp')
-rw-r--r-- | lib/Analysis/Lint.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/Lint.cpp b/lib/Analysis/Lint.cpp index 8b3873362c..9345a24605 100644 --- a/lib/Analysis/Lint.cpp +++ b/lib/Analysis/Lint.cpp @@ -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())) { |