Skip to content

Commit f45e2db

Browse files
committed
[AggressiveInstCombine] Modify the comment accordingly. NFC.
1 parent 3ca730d commit f45e2db

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
@@ -681,7 +681,7 @@ static bool foldLoadsRecursive(Value *V, LoadOps &LOps, const DataLayout &DL,
681681
if (Load1Ptr != Load2Ptr)
682682
return false;
683683

684-
// Support Loadsizes greater or equal to 8bits and only power of 2.
684+
// Support Loadsizes greater or equal to 8bits.
685685
if (LoadSize1 < 8 || LoadSize2 < 8)
686686
return false;
687687

0 commit comments

Comments
 (0)