]> granicus.if.org Git - llvm/commitdiff
[TableGen] Remove stale comment.
authorCraig Topper <craig.topper@gmail.com>
Thu, 5 May 2016 06:19:25 +0000 (06:19 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 5 May 2016 06:19:25 +0000 (06:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268610 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/DAGISelMatcherOpt.cpp

index ffb2ec23f3e7891958f0bc9a49906ba33e80805d..5c5774066b8b3cc24178ba52d3325c053070192d 100644 (file)
@@ -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) {