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:
Diego Novillo 2015-07-24 19:18:32 +00:00
parent c63e16a6d4
commit 8cae9a32fc

View File

@ -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())