From ff0ddd5ce4763b169ba4b983a0a97c3b5f51f014 Mon Sep 17 00:00:00 2001 From: "Paul C. Anagnostopoulos" Date: Mon, 26 Apr 2021 10:00:19 -0400 Subject: [PATCH] [TableGen] Remove a TODO comment that is no longer relevant [NFC] --- llvm/lib/TableGen/TGParser.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/lib/TableGen/TGParser.cpp b/llvm/lib/TableGen/TGParser.cpp index 1e5915f..07cf89b 100644 --- a/llvm/lib/TableGen/TGParser.cpp +++ b/llvm/lib/TableGen/TGParser.cpp @@ -2056,8 +2056,6 @@ Init *TGParser::ParseSimpleValue(Record *CurRec, RecTy *ItemType, // Loop through the arguments that were not specified and make sure // they have a complete value. - // TODO: If we just keep a required argument count, we can do away - // with this checking. ArrayRef TArgs = Class->getTemplateArgs(); for (unsigned I = Args.size(), E = TArgs.size(); I < E; ++I) { RecordVal *Arg = Class->getValue(TArgs[I]); -- 2.7.4