Skip to content

Commit 0f7f551

Browse files
committed
fixup! Adjust comment
1 parent 1c7edce commit 0f7f551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2827,7 +2827,7 @@ HandleMergeInputChains(const SmallVectorImpl<SDNode *> &ChainNodesMatched,
28272827
// to-be-merged nodes. Fail.
28282828
Visited.clear();
28292829
for (SDValue V : InputChains) {
2830-
// If we need to create a TokenFactor, and any of the input chains will
2830+
// If we need to create a TokenFactor, and any of the input chain nodes will
28312831
// also be glued to the output, we cannot merge the chains. The TokenFactor
28322832
// would prevent the glue from being honored.
28332833
if (InputChains.size() != 1 &&

0 commit comments

Comments
 (0)