1
0
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:
Hal Finkel 2013-01-26 16:49:03 +00:00
parent b7b4734d8b
commit 2d9bc41033

View File

@ -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();