mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:29:58 +00:00
[TableGen] Remove stale comment.
llvm-svn: 268610
This commit is contained in:
parent
d7465d2b1f
commit
d1a2f5a48d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user