mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Stackrestore is not a load.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104752 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
31f1af118a
commit
749be11f4d
@ -285,11 +285,6 @@ void Lint::visitCallSite(CallSite CS) {
|
||||
visitMemoryReference(I, CS.getArgument(0), 0, 0,
|
||||
MemRef::Read | MemRef::Write);
|
||||
break;
|
||||
|
||||
case Intrinsic::stackrestore:
|
||||
visitMemoryReference(I, CS.getArgument(0), 0, 0,
|
||||
MemRef::Read);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user