summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/DAGISelMatcher.cpp
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
commit0ac6f9fc6ae5afcc1935638e2a7a3d2c4b150b4f (patch)
tree4cb8590f5e39108103e6fca2ef94d66c12dbf91c /llvm/utils/TableGen/DAGISelMatcher.cpp
parent95198f4a943b5d837f639ce10a4d1e58da0be9de (diff)
downloadbcm5719-llvm-0ac6f9fc6ae5afcc1935638e2a7a3d2c4b150b4f.tar.gz
bcm5719-llvm-0ac6f9fc6ae5afcc1935638e2a7a3d2c4b150b4f.zip
Fix doxygen comments to use correct function name.
llvm-svn: 191356
Diffstat (limited to 'llvm/utils/TableGen/DAGISelMatcher.cpp')
-rw-r--r--llvm/utils/TableGen/DAGISelMatcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/DAGISelMatcher.cpp b/llvm/utils/TableGen/DAGISelMatcher.cpp
index d173cf006a4..af0eb977250 100644
--- a/llvm/utils/TableGen/DAGISelMatcher.cpp
+++ b/llvm/utils/TableGen/DAGISelMatcher.cpp
@@ -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.
OpenPOWER on IntegriCloud