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:
ff7e63c
)
Remove a dead var noticed by Yorion
author
Chris Lattner
<sabre@nondot.org>
Mon, 9 Oct 2006 20:12:37 +0000
(20:12 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 9 Oct 2006 20:12:37 +0000
(20:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30841
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/bugpoint/ListReducer.h
patch
|
blob
|
history
diff --git
a/tools/bugpoint/ListReducer.h
b/tools/bugpoint/ListReducer.h
index 9bb93b5b83cdaf92dd230f06086e25b17e28c9fb..784c2f8bde471f77891f5afe85d4ff3942962e1b 100644
(file)
--- a/
tools/bugpoint/ListReducer.h
+++ b/
tools/bugpoint/ListReducer.h
@@
-103,7
+103,6
@@
struct ListReducer {
std::vector<ElTy> EmptyList;
while (Changed) {
Changed = false;
- std::vector<ElTy> TrimmedList;
for (unsigned i = 1; i < TheList.size()-1; ++i) { // Check interior elts
if (BugpointIsInterrupted) {
std::cerr << "\n\n*** Reduction Interrupted, cleaning up...\n\n";