Fix bad comment. No functional change.
authorCraig Topper <craig.topper@gmail.com>
Sun, 16 Sep 2012 16:48:25 +0000 (16:48 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 16 Sep 2012 16:48:25 +0000 (16:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164000 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index 754294129a839f80c374bad48089bbccf0ee61f6..8fc9c70f9953da5d5b74890c76eecd9bfd4340d3 100644 (file)
@@ -2004,7 +2004,7 @@ MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList,
   return Res;
 }
 
-/// CheckPatternPredicate - Implements OP_CheckPatternPredicate.
+/// CheckSame - Implements OP_CheckSame.
 LLVM_ATTRIBUTE_ALWAYS_INLINE static bool
 CheckSame(const unsigned char *MatcherTable, unsigned &MatcherIndex,
           SDValue N,