Skip to content

Commit 35098bf

Browse files
committed
[InstCombine] Modify the comment accordingly. NFC.
1 parent 16243e2 commit 35098bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ static bool foldLoadsRecursive(Value *V, LoadOps &LOps, const DataLayout &DL,
675675
Load2Ptr->stripAndAccumulateConstantOffsets(DL, Offset2,
676676
/* AllowNonInbounds */ true);
677677

678-
// Verify if both loads have same base pointers and load sizes are same.
678+
// Verify if both loads have same base pointers
679679
uint64_t LoadSize1 = LI1->getType()->getPrimitiveSizeInBits();
680680
uint64_t LoadSize2 = LI2->getType()->getPrimitiveSizeInBits();
681681
if (Load1Ptr != Load2Ptr)

0 commit comments

Comments
 (0)