mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +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
|
// 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
|
// could. If there is more than two elements in the list, try deleting
|
||||||
// elements and testing that.
|
// interior elements and testing that.
|
||||||
//
|
//
|
||||||
if (TheList.size() > 2) {
|
if (TheList.size() > 2) {
|
||||||
bool Changed = true;
|
bool Changed = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user