File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
llvm/include/llvm/Analysis Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1025,9 +1025,9 @@ LLVM_ABI Value *stripNullTest(Value *V);
10251025LLVM_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.
10321032LLVM_ABI bool
10331033collectPossibleValues (const Value *V,
You can’t perform that action at this time.
0 commit comments