[llvm] [NFC] Run clang-format on TGLexer and TGParser (PR #151509)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 5 15:50:29 PDT 2025
================
@@ -1525,39 +1540,84 @@ const Init *TGParser::ParseOperation(Record *CurRec, const RecTy *ItemType) {
case tgtok::XSetDagOpName: { // Value ::= !binop '(' Value ',' Value ')'
tgtok::TokKind OpTok = Lex.getCode();
SMLoc OpLoc = Lex.getLoc();
- Lex.Lex(); // eat the operation
+ Lex.Lex(); // eat the operation
BinOpInit::BinaryOp Code;
switch (OpTok) {
----------------
jurahul wrote:
Thanks, this can be done in a follow on. Resolving for now.
https://github.com/llvm/llvm-project/pull/151509
More information about the llvm-commits
mailing list