aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/DAGISelMatcher.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2013-09-25 06:40:22 +0000
committerCraig Topper <craig.topper@gmail.com>2013-09-25 06:40:22 +0000
commit78099d11ffffee2f01fd06fc8d0904858acd5047 (patch)
tree4e2e58536ec639880a5ab1ad98286fa8cd2bdccf /utils/TableGen/DAGISelMatcher.h
parent49909415ca9c674a459718895e8e99053e11f143 (diff)
downloadexternal_llvm-78099d11ffffee2f01fd06fc8d0904858acd5047.zip
external_llvm-78099d11ffffee2f01fd06fc8d0904858acd5047.tar.gz
external_llvm-78099d11ffffee2f01fd06fc8d0904858acd5047.tar.bz2
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
Diffstat (limited to 'utils/TableGen/DAGISelMatcher.h')
-rw-r--r--utils/TableGen/DAGISelMatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/DAGISelMatcher.h b/utils/TableGen/DAGISelMatcher.h
index f978188..ebac790 100644
--- a/utils/TableGen/DAGISelMatcher.h
+++ b/utils/TableGen/DAGISelMatcher.h
@@ -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;