[all-commits] [llvm/llvm-project] 0f20d5: [AsmParser] Deduplicate argument list parsing code...

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Jan 19 06:03:29 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0f20d5a8b10b98c83c73b6b7808b7bf88aaaaa2e
      https://github.com/llvm/llvm-project/commit/0f20d5a8b10b98c83c73b6b7808b7bf88aaaaa2e
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2024-01-19 (Fri, 19 Jan 2024)

  Changed paths:
    M llvm/lib/AsmParser/LLParser.cpp

  Log Message:
  -----------
  [AsmParser] Deduplicate argument list parsing code (NFC)

The handling for parsing the first argument and all later arguments
was duplicated. Consolidate them into a single loop.




More information about the All-commits mailing list