We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13251f5 commit 99a726eCopy full SHA for 99a726e
llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -2782,7 +2782,7 @@ void SelectionDAGISel::UpdateChains(
2782
/// induce cycles in the DAG) and if so, creating a TokenFactor node. that will
2783
/// be used as the input node chain for the generated nodes.
2784
static SDValue
2785
-HandleMergeInputChains(SmallVectorImpl<SDNode*> &ChainNodesMatched,
+HandleMergeInputChains(const SmallVectorImpl<SDNode *> &ChainNodesMatched,
2786
SelectionDAG *CurDAG) {
2787
2788
SmallPtrSet<const SDNode *, 16> Visited;
0 commit comments