From: Diego Novillo Date: Fri, 24 Jul 2015 19:18:32 +0000 (+0000) Subject: Remove unused variable. NFC. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=8cae9a32fc2978e6c8fab2ca2e68a8124f0bc8fd Remove unused variable. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243145 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/FunctionAttrs.cpp b/lib/Transforms/IPO/FunctionAttrs.cpp index 3e7a1550735..206b630c792 100644 --- a/lib/Transforms/IPO/FunctionAttrs.cpp +++ b/lib/Transforms/IPO/FunctionAttrs.cpp @@ -415,7 +415,6 @@ determinePointerReadAttrs(Argument *A, SmallVector Worklist; SmallSet Visited; - int Count = 0; // inalloca arguments are always clobbered by the call. if (A->hasInAllocaAttr())