Test commit. Fix typo.

llvm-svn: 357237
This commit is contained in:
Jim Lin 2019-03-29 05:05:21 +00:00
parent ce38992a30
commit 421c09427a
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ class TargetRegisterInfo;
/// dirty. /// dirty.
void setDepthToAtLeast(unsigned NewDepth); void setDepthToAtLeast(unsigned NewDepth);
/// If NewDepth is greater than this node's depth value, set it to be /// If NewHeight is greater than this node's height value, set it to be
/// the new height value. This also recursively marks predecessor nodes /// the new height value. This also recursively marks predecessor nodes
/// dirty. /// dirty.
void setHeightToAtLeast(unsigned NewHeight); void setHeightToAtLeast(unsigned NewHeight);