[llvm] r268610 - [TableGen] Remove stale comment.
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed May 4 23:19:25 PDT 2016
Author: ctopper
Date: Thu May 5 01:19:25 2016
New Revision: 268610
URL: http://llvm.org/viewvc/llvm-project?rev=268610&view=rev
Log:
[TableGen] Remove stale comment.
Modified:
llvm/trunk/utils/TableGen/DAGISelMatcherOpt.cpp
Modified: llvm/trunk/utils/TableGen/DAGISelMatcherOpt.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/DAGISelMatcherOpt.cpp?rev=268610&r1=268609&r2=268610&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/DAGISelMatcherOpt.cpp (original)
+++ llvm/trunk/utils/TableGen/DAGISelMatcherOpt.cpp Thu May 5 01:19:25 2016
@@ -263,8 +263,7 @@ static void FactorNodes(std::unique_ptr<
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) {
More information about the llvm-commits
mailing list