mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Fix line length of a comment.
llvm-svn: 25149
This commit is contained in:
parent
a19fcf4b2c
commit
ae8ad0d55a
@ -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…
x
Reference in New Issue
Block a user