Skip to content

Commit 99a726e

Browse files
authored
[SelectionDAGISel] Const correct ChainNodesMatched argument to HandleMergeInputChains. NFC (#167807)
1 parent 13251f5 commit 99a726e

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
@@ -2782,7 +2782,7 @@ void SelectionDAGISel::UpdateChains(
27822782
/// induce cycles in the DAG) and if so, creating a TokenFactor node. that will
27832783
/// be used as the input node chain for the generated nodes.
27842784
static SDValue
2785-
HandleMergeInputChains(SmallVectorImpl<SDNode*> &ChainNodesMatched,
2785+
HandleMergeInputChains(const SmallVectorImpl<SDNode *> &ChainNodesMatched,
27862786
SelectionDAG *CurDAG) {
27872787

27882788
SmallPtrSet<const SDNode *, 16> Visited;

0 commit comments

Comments
 (0)