mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Remove unused variable. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243145 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c63e16a6d4
commit
8cae9a32fc
@ -415,7 +415,6 @@ determinePointerReadAttrs(Argument *A,
|
||||
|
||||
SmallVector<Use*, 32> Worklist;
|
||||
SmallSet<Use*, 32> Visited;
|
||||
int Count = 0;
|
||||
|
||||
// inalloca arguments are always clobbered by the call.
|
||||
if (A->hasInAllocaAttr())
|
||||
|
Loading…
x
Reference in New Issue
Block a user