Skip to content

Commit b2b304d

Browse files
committed
Fix typo
1 parent edf4e72 commit b2b304d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/SelectionDAG.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ class SelectionDAG {
455455
// Maximum depth for recursive analysis such as computeKnownBits, etc.
456456
static constexpr unsigned MaxRecursionDepth = 6;
457457

458-
// Returns the maximum depth for SDNode->hasPredecessor() like searches.
458+
// Returns the maximum steps for SDNode->hasPredecessor() like searches.
459459
static unsigned getHasPredecessorMaxSteps();
460460

461461
explicit SelectionDAG(const TargetMachine &TM, CodeGenOptLevel);

0 commit comments

Comments
 (0)