Skip to content

Commit

Permalink
Test commit. Fix typo.
Browse files Browse the repository at this point in the history
llvm-svn: 357237
  • Loading branch information
tclin914 committed Mar 29, 2019
1 parent ce38992 commit 421c094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/include/llvm/CodeGen/ScheduleDAG.h
Expand Up @@ -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);
Expand Down

0 comments on commit 421c094

Please sign in to comment.