Fix doxygen comments to use correct function name.
[oota-llvm.git] / utils / TableGen / DAGISelMatcher.h
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;