mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 20:30:06 +00:00
Clarify comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164371 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef99fe8efa
commit
9d227af8f7
@ -470,7 +470,7 @@ static MemoryBuffer *CanonicalizeInputFile(MemoryBuffer *MB) {
|
||||
continue;
|
||||
}
|
||||
|
||||
// If C is not a horizontal whitespace, skip it.
|
||||
// If current char is not a horizontal whitespace, dump it to output as is.
|
||||
if (*Ptr != ' ' && *Ptr != '\t') {
|
||||
NewFile.push_back(*Ptr);
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user