commit | 1d2b45f1670a76e61d997de865d154ee77d01ea4 | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@gmail.com> | Sun Sep 16 16:48:25 2012 +0000 |
committer | Craig Topper <craig.topper@gmail.com> | Sun Sep 16 16:48:25 2012 +0000 |
tree | 634ef92e495231abe9b90c90bfe936a9f31e8566 | |
parent | ef2340ef4848065f74f9b98c5d392028392d7cae [diff] |
Fix bad comment. No functional change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164000 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 7542941..8fc9c70 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -2004,7 +2004,7 @@ 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,