Skip to content

Commit 177a06b

Browse files
committed
Fix typo
1 parent 615afaa commit 177a06b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/include/llvm/Analysis/ValueTracking.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,9 +1025,9 @@ LLVM_ABI Value *stripNullTest(Value *V);
10251025
LLVM_ABI const Value *stripNullTest(const Value *V);
10261026

10271027
/// Enumerates all possible values of V and inserts them into the set \p
1028-
/// Constants. If \p AllowUndefOrPoison is false, it fails when V may contains
1029-
/// undef/poison elements. Return true if the result is complete. Otherwise, the
1030-
/// result is incomplete (more than MaxCount values).
1028+
/// Constants. If \p AllowUndefOrPoison is false, it fails when V may contain
1029+
/// undef/poison elements. Returns true if the result is complete. Otherwise,
1030+
/// the result is incomplete (more than MaxCount values).
10311031
/// NOTE: The constant values are not distinct.
10321032
LLVM_ABI bool
10331033
collectPossibleValues(const Value *V,

0 commit comments

Comments
 (0)