[PATCH] D90635: [TableGen] Add true and false literals to represent booleans

Paul C. Anagnostopoulos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 11:30:02 PST 2020


Paul-C-Anagnostopoulos added inline comments.


================
Comment at: llvm/lib/TableGen/TGLexer.cpp:344
 
-  if (Str == "include") {
-    if (LexInclude()) return tgtok::Error;
-    return Lex();
-  }
+////  if (Str == "include") {
+////    if (LexInclude()) return tgtok::Error;
----------------
I will remove this old code.


================
Comment at: llvm/lib/TableGen/TGLexer.cpp:387
+
+////  if (Kind == tgtok::Id)
+////    CurStrVal.assign(Str.begin(), Str.end());
----------------
I will remove this old code.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90635/new/

https://reviews.llvm.org/D90635



More information about the llvm-commits mailing list