mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 08:08:01 +00:00
Remove a TODO which isn't practical.
llvm-svn: 104748
This commit is contained in:
parent
bf243d9440
commit
35b59125b0
@ -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…
Reference in New Issue
Block a user