diff options
author | Craig Topper <craig.topper@gmail.com> | 2016-05-05 06:19:25 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2016-05-05 06:19:25 +0000 |
commit | 14b553012a86592e7a5ed92c2f75a587f2407fe8 (patch) | |
tree | 1ca31dfe1a8785e1d0ee090957d0336666b4ba17 | |
parent | 5e74c97ad77f097f3363c930cad1c2a42ba80014 (diff) |
[TableGen] Remove stale comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268610 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | utils/TableGen/DAGISelMatcherOpt.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/TableGen/DAGISelMatcherOpt.cpp b/utils/TableGen/DAGISelMatcherOpt.cpp index ffb2ec23f3e..5c5774066b8 100644 --- a/utils/TableGen/DAGISelMatcherOpt.cpp +++ b/utils/TableGen/DAGISelMatcherOpt.cpp @@ -263,8 +263,7 @@ static void FactorNodes(std::unique_ptr<Matcher> &MatcherPtr) { return FactorNodes(N->getNextPtr()); // Okay, pull together the children of the scope node into a vector so we can - // inspect it more easily. While we're at it, bucket them up by the hash - // code of their first predicate. + // inspect it more easily. SmallVector<Matcher*, 32> OptionsToMatch; for (unsigned i = 0, e = Scope->getNumChildren(); i != e; ++i) { |