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:
ce8d090
)
Fix line length of a comment.
author
Reid Spencer
<rspencer@reidspencer.com>
Sun, 8 Jan 2006 22:40:10 +0000
(22:40 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sun, 8 Jan 2006 22:40:10 +0000
(22:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25149
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 ff2a11d5e915e24e6a52c8f39ac4ae1fc09ff179..484b3b57934e8d19289950859a2a1a146e7cd8d6 100644
(file)
--- a/
tools/bugpoint/ListReducer.h
+++ b/
tools/bugpoint/ListReducer.h
@@
-95,8
+95,8
@@
struct ListReducer {
}
// Okay, we trimmed as much off the top and the bottom of the list as we
- // could. If there is more t
wo elements in the list, try deleting interior
- // elements and testing that.
+ // could. If there is more t
han two elements in the list, try deleting
+ //
interior
elements and testing that.
//
if (TheList.size() > 2) {
bool Changed = true;