mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-29 07:53:33 +00:00
BBVectorize: Fix anomalous capital letter in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173579 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
200b306f20
commit
7a8aba9064
@ -1367,7 +1367,7 @@ namespace {
|
||||
IsInPair.insert(C->second);
|
||||
}
|
||||
|
||||
// Iterate through the basic block, recording all Users of each
|
||||
// Iterate through the basic block, recording all users of each
|
||||
// pairable instruction.
|
||||
|
||||
BasicBlock::iterator E = BB.end();
|
||||
|
Loading…
Reference in New Issue
Block a user