We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf4e72 commit b2b304dCopy full SHA for b2b304d
llvm/include/llvm/CodeGen/SelectionDAG.h
@@ -455,7 +455,7 @@ class SelectionDAG {
455
// Maximum depth for recursive analysis such as computeKnownBits, etc.
456
static constexpr unsigned MaxRecursionDepth = 6;
457
458
- // Returns the maximum depth for SDNode->hasPredecessor() like searches.
+ // Returns the maximum steps for SDNode->hasPredecessor() like searches.
459
static unsigned getHasPredecessorMaxSteps();
460
461
explicit SelectionDAG(const TargetMachine &TM, CodeGenOptLevel);
0 commit comments