[PATCH] D56073: Typo fix: NewDepth -> NewHeight

Jim Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 24 23:26:53 PST 2018


Jim created this revision.
Jim added a reviewer: MatzeB.
Herald added a subscriber: llvm-commits.

Typo fix: NewDepth -> NewHeight in include/llvm/CodeGen/ScheduleDAG.h


Repository:
  rL LLVM

https://reviews.llvm.org/D56073

Files:
  include/llvm/CodeGen/ScheduleDAG.h


Index: include/llvm/CodeGen/ScheduleDAG.h
===================================================================
--- include/llvm/CodeGen/ScheduleDAG.h
+++ include/llvm/CodeGen/ScheduleDAG.h
@@ -418,7 +418,7 @@
     /// 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 depth value, set it to be
     /// the new height value. This also recursively marks predecessor nodes
     /// dirty.
     void setHeightToAtLeast(unsigned NewHeight);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56073.179487.patch
Type: text/x-patch
Size: 568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181225/c26dd0a2/attachment.bin>


More information about the llvm-commits mailing list