Skip to content

Commit 4f4f399

Browse files
committed
Fix other comments
Change-Id: If2699d1886a3da5f137b9c3b96d92f36fab69d79
1 parent b12d3e9 commit 4f4f399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Analysis/CmpInstAnalysis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ namespace llvm {
113113
/// Decompose an icmp into the form ((X & Mask) pred C) if
114114
/// possible. Unless \p AllowNonZeroC is true, C will always be 0.
115115
/// If \p DecomposeAnd is specified, then, for equality predicates, this
116-
/// will decompose bitmasking (e.g. implemented via `and`).
116+
/// will decompose bitmasking via `and`.
117117
std::optional<DecomposedBitTest>
118118
decomposeBitTest(Value *Cond, bool LookThroughTrunc = true,
119119
bool AllowNonZeroC = false, bool DecomposeAnd = false);

0 commit comments

Comments
 (0)