mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Fix line length of a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25149 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ce8d090b84
commit
de83cee28b
@ -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 two elements in the list, try deleting interior
|
||||
// elements and testing that.
|
||||
// could. If there is more than two elements in the list, try deleting
|
||||
// interior elements and testing that.
|
||||
//
|
||||
if (TheList.size() > 2) {
|
||||
bool Changed = true;
|
||||
|
Loading…
Reference in New Issue
Block a user