[llvm-commits] CVS: llvm/tools/bugpoint/ListReducer.h
Chris Lattner
lattner at cs.uiuc.edu
Wed May 24 10:04:35 PDT 2006
Changes in directory llvm/tools/bugpoint:
ListReducer.h updated: 1.15 -> 1.16
---
Log message:
Patches to make the LLVM sources more -pedantic clean. Patch provided
by Anton Korobeynikov! This is a step towards closing PR786: http://llvm.cs.uiuc.edu/PR786 .
---
Diffs of the changes: (+1 -1)
ListReducer.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/bugpoint/ListReducer.h
diff -u llvm/tools/bugpoint/ListReducer.h:1.15 llvm/tools/bugpoint/ListReducer.h:1.16
--- llvm/tools/bugpoint/ListReducer.h:1.15 Sun Jan 8 16:40:10 2006
+++ llvm/tools/bugpoint/ListReducer.h Wed May 24 12:04:04 2006
@@ -27,7 +27,7 @@
enum TestResult {
NoFailure, // No failure of the predicate was detected
KeepSuffix, // The suffix alone satisfies the predicate
- KeepPrefix, // The prefix alone satisfies the predicate
+ KeepPrefix // The prefix alone satisfies the predicate
};
virtual ~ListReducer() {}
More information about the llvm-commits
mailing list