[llvm] r357237 - Test commit. Fix typo.
Jim Lin via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 28 22:05:21 PDT 2019
Author: jimlin
Date: Thu Mar 28 22:05:21 2019
New Revision: 357237
URL: http://llvm.org/viewvc/llvm-project?rev=357237&view=rev
Log:
Test commit. Fix typo.
Modified:
llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h
Modified: llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h?rev=357237&r1=357236&r2=357237&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h (original)
+++ llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h Thu Mar 28 22:05:21 2019
@@ -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);
More information about the llvm-commits
mailing list