[all-commits] [llvm/llvm-project] 53445d: [Analysis] Fix a comment typo (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Fri Aug 25 13:19:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 53445db170ce293dc13cd71e4fa515c585b5298d
      https://github.com/llvm/llvm-project/commit/53445db170ce293dc13cd71e4fa515c585b5298d
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-08-25 (Fri, 25 Aug 2023)

  Changed paths:
    M llvm/lib/Analysis/InlineCost.cpp

  Log Message:
  -----------
  [Analysis] Fix a comment typo (NFC)


  Commit: 5966079cf4d4de0285004eef051784d0d9f7a3a6
      https://github.com/llvm/llvm-project/commit/5966079cf4d4de0285004eef051784d0d9f7a3a6
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-08-25 (Fri, 25 Aug 2023)

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

  Log Message:
  -----------
  [CodeGen] Fix a warning

This patch fixes:

  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:3468:14: error:
  variable 'foundJTI' set but not used
  [-Werror,-Wunused-but-set-variable]


Compare: https://github.com/llvm/llvm-project/compare/43a9b92d79ab...5966079cf4d4


More information about the All-commits mailing list