Fix doxygen comments to use correct function name.

llvm-svn: 191356
This commit is contained in:
Craig Topper 2013-09-25 06:40:22 +00:00
parent 95198f4a94
commit 0ac6f9fc6a
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ bool Matcher::canMoveBefore(const Matcher *Other) const {
}
}
/// canMoveBefore - Return true if it is safe to move the current matcher
/// canMoveBeforeNode - Return true if it is safe to move the current matcher
/// across the specified one.
bool Matcher::canMoveBeforeNode(const Matcher *Other) const {
// We can move simple predicates before record nodes.

View File

@ -154,7 +154,7 @@ public:
/// node. Other must be equal to or before this.
bool canMoveBefore(const Matcher *Other) const;
/// canMoveBefore - Return true if it is safe to move the current matcher
/// canMoveBeforeNode - Return true if it is safe to move the current matcher
/// across the specified one.
bool canMoveBeforeNode(const Matcher *Other) const;