Fix doxygen comments to use correct function name.
authorCraig Topper <craig.topper@gmail.com>
Wed, 25 Sep 2013 06:40:22 +0000 (06:40 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 25 Sep 2013 06:40:22 +0000 (06:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191356 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/DAGISelMatcher.cpp
utils/TableGen/DAGISelMatcher.h

index d173cf006a46686c6863405c47623d8c9c5a116f..af0eb97725027b33da967f7403fef208c3fc93ff 100644 (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.
index f978188aae596922b4e4908348bf8fd958ccaa2f..ebac7902de4a1821d27b8d3e28fbb6efd7e44e3d 100644 (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;