[llvm-commits] CVS: llvm/tools/bugpoint/ListReducer.h
Chris Lattner
sabre at nondot.org
Mon Oct 9 13:12:52 PDT 2006
Changes in directory llvm/tools/bugpoint:
ListReducer.h updated: 1.16 -> 1.17
---
Log message:
Remove a dead var noticed by Yorion
---
Diffs of the changes: (+0 -1)
ListReducer.h | 1 -
1 files changed, 1 deletion(-)
Index: llvm/tools/bugpoint/ListReducer.h
diff -u llvm/tools/bugpoint/ListReducer.h:1.16 llvm/tools/bugpoint/ListReducer.h:1.17
--- llvm/tools/bugpoint/ListReducer.h:1.16 Wed May 24 12:04:04 2006
+++ llvm/tools/bugpoint/ListReducer.h Mon Oct 9 15:12:37 2006
@@ -103,7 +103,6 @@
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";
More information about the llvm-commits
mailing list