]> granicus.if.org Git - llvm/commitdiff
Test commit. Fix typo.
authorJim Lin <tclin914@gmail.com>
Fri, 29 Mar 2019 05:05:21 +0000 (05:05 +0000)
committerJim Lin <tclin914@gmail.com>
Fri, 29 Mar 2019 05:05:21 +0000 (05:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357237 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/ScheduleDAG.h

index 68614dded8179935f7cea6a67c297d9f2b33f8af..17cdb4bba72c88c5c6a33865714212284e11b4be 100644 (file)
@@ -414,7 +414,7 @@ class TargetRegisterInfo;
     /// dirty.
     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
     /// dirty.
     void setHeightToAtLeast(unsigned NewHeight);