mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Remove a TODO which isn't practical.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104748 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cb8326dc09
commit
df9c8bc569
@ -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())) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user