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)
llvm-svn: 357237

llvm/include/llvm/CodeGen/ScheduleDAG.h

index 68614dd..17cdb4b 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);