mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 16:31:13 +00:00
Fix doxygen comments to use correct function name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191356 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
49909415ca
commit
78099d11ff
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user