Skip to content

Commit 2a8344e

Browse files
committed
!fixup adjust comment
1 parent cc81801 commit 2a8344e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp

+2-4
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,8 @@ static bool isHeaderVPBB(VPBasicBlock *VPBB) {
118118
return VPBB->getParent() && VPBB->getParent()->getEntry() == VPBB;
119119
}
120120

121-
// Create a new empty VPBasicBlock for an incoming BasicBlock in the region
122-
// corresponding to the containing loop or retrieve an existing one if it was
123-
// already created. If no region exists yet for the loop containing \p BB, a new
124-
// one is created.
121+
// Create a new empty VPBasicBlock for an incoming BasicBlock or retrieve an
122+
// existing one if it was already created.
125123
VPBasicBlock *PlainCFGBuilder::getOrCreateVPBB(BasicBlock *BB) {
126124
if (auto *VPBB = BB2VPBB.lookup(BB)) {
127125
// Retrieve existing VPBB.

0 commit comments

Comments
 (0)