Skip to content

Commit bf64316

Browse files
authored
[DAG] Fix incorrect doxygen comment for isZeroOrZeroSplat (NFC) (#163527)
1 parent 8b93f27 commit bf64316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/SelectionDAGNodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1950,7 +1950,7 @@ LLVM_ABI bool isOnesOrOnesSplat(SDValue N, bool AllowUndefs = false);
19501950

19511951
/// Return true if the value is a constant 0 integer or a splatted vector of a
19521952
/// constant 0 integer (with no undefs).
1953-
/// Does not permit build vector implicit truncation.
1953+
/// Build vector implicit truncation is allowed.
19541954
LLVM_ABI bool isZeroOrZeroSplat(SDValue N, bool AllowUndefs = false);
19551955

19561956
/// Return true if \p V is either a integer or FP constant.

0 commit comments

Comments
 (0)