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:
Hal Finkel 2013-01-26 16:49:03 +00:00
parent 200b306f20
commit 7a8aba9064

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