[all-commits] [llvm/llvm-project] 73381a: [CodeGen] Fix -Wunused-variable in PrologEpilogIns...

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Mon Mar 18 08:11:36 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 73381a8df80674bd5198a89e8e879c64c48121b8
      https://github.com/llvm/llvm-project/commit/73381a8df80674bd5198a89e8e879c64c48121b8
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2024-03-18 (Mon, 18 Mar 2024)

  Changed paths:
    M llvm/lib/CodeGen/PrologEpilogInserter.cpp

  Log Message:
  -----------
  [CodeGen] Fix -Wunused-variable in PrologEpilogInserter.cpp (NFC)

llvm-project/llvm/lib/CodeGen/PrologEpilogInserter.cpp:369:12:
error: unused variable 'MaxCFSIn' [-Werror,-Wunused-variable]
  uint32_t MaxCFSIn =
           ^
1 error generated.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list