diff options
author | Craig Topper <craig.topper@gmail.com> | 2012-09-16 16:48:25 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2012-09-16 16:48:25 +0000 |
commit | 04b4e83cf79e89cad3a195f76e2c718cc46333bd (patch) | |
tree | 25fcf904c43953152a9ecc9c60b3680dcb539559 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
parent | 8dcaf4998cb49b01e4cb8e98b3499e3110e418da (diff) | |
download | bcm5719-llvm-04b4e83cf79e89cad3a195f76e2c718cc46333bd.tar.gz bcm5719-llvm-04b4e83cf79e89cad3a195f76e2c718cc46333bd.zip |
Fix bad comment. No functional change.
llvm-svn: 164000
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 754294129a8..8fc9c70f995 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -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, |