mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
BBVectorize: Fix anomalous capital letter in comment
llvm-svn: 173579
This commit is contained in:
parent
b7b4734d8b
commit
2d9bc41033
@ -1367,7 +1367,7 @@ namespace {
|
|||||||
IsInPair.insert(C->second);
|
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.
|
// pairable instruction.
|
||||||
|
|
||||||
BasicBlock::iterator E = BB.end();
|
BasicBlock::iterator E = BB.end();
|
||||||
|
Loading…
Reference in New Issue
Block a user