projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c63e16a
)
Remove unused variable. NFC.
author
Diego Novillo
<dnovillo@google.com>
Fri, 24 Jul 2015 19:18:32 +0000
(19:18 +0000)
committer
Diego Novillo
<dnovillo@google.com>
Fri, 24 Jul 2015 19:18:32 +0000
(19:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243145
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/IPO/FunctionAttrs.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/IPO/FunctionAttrs.cpp
b/lib/Transforms/IPO/FunctionAttrs.cpp
index 3e7a155073550785d802e39fb82bd05e3a461f82..206b630c7922b26f3f644442d7461a340ecc3fed 100644
(file)
--- a/
lib/Transforms/IPO/FunctionAttrs.cpp
+++ b/
lib/Transforms/IPO/FunctionAttrs.cpp
@@
-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())