[all-commits] [llvm/llvm-project] c18231: [CodeGen] Drop unnecessary const from return types...

kazutakahirata via All-commits all-commits at lists.llvm.org
Tue Feb 2 22:53:21 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c18231e3dda0c7bd82f3e8bbdc5d55d6ddf767ed
      https://github.com/llvm/llvm-project/commit/c18231e3dda0c7bd82f3e8bbdc5d55d6ddf767ed
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-02-02 (Tue, 02 Feb 2021)

  Changed paths:
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.h

  Log Message:
  -----------
  [CodeGen] Drop unnecessary const from return types (NFC)

Identified with const-return-type.


  Commit: dc3d5453bc5fcaeb321a195c7dccb6dc8639ff9f
      https://github.com/llvm/llvm-project/commit/dc3d5453bc5fcaeb321a195c7dccb6dc8639ff9f
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-02-02 (Tue, 02 Feb 2021)

  Changed paths:
    M llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
    M llvm/lib/Transforms/Utils/CodeExtractor.cpp
    M llvm/lib/Transforms/Utils/SSAUpdater.cpp

  Log Message:
  -----------
  [Transforms/Utils] Use range-based for loops (NFC)


  Commit: 511c9a76fb98efda5019b4e6d07bea395ce1df78
      https://github.com/llvm/llvm-project/commit/511c9a76fb98efda5019b4e6d07bea395ce1df78
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-02-02 (Tue, 02 Feb 2021)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp

  Log Message:
  -----------
  [AsmPrinter] Use ListSeparator (NFC)


Compare: https://github.com/llvm/llvm-project/compare/b86e9c83a6d1...511c9a76fb98


More information about the All-commits mailing list