Skip to content

Commit 7138602

Browse files
committed
[VectorUtils] Refine comment
1 parent 98388a4 commit 7138602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/VectorUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ llvm::computeMinimumValueSizes(ArrayRef<BasicBlock *> Blocks, DemandedBits &DB,
827827
if (isa<PHINode>(I))
828828
continue;
829829

830-
// Do not widen the operands of a call, as doing that would cause a
830+
// Don't modify the types of operands of a call, as doing that would cause a
831831
// signature mismatch.
832832
if (isa<CallBase>(I))
833833
continue;

0 commit comments

Comments
 (0)