[all-commits] [llvm/llvm-project] 1cc543: [BOLT] Fix warnings

Kazu Hirata via All-commits all-commits at lists.llvm.org
Mon Dec 11 12:55:44 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1cc5431285f407f72e8e9312b1c2a2d22b1cadd7
      https://github.com/llvm/llvm-project/commit/1cc5431285f407f72e8e9312b1c2a2d22b1cadd7
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
    M bolt/lib/Core/BinaryFunctionProfile.cpp
    M bolt/lib/Passes/VeneerElimination.cpp

  Log Message:
  -----------
  [BOLT] Fix warnings

This patch fixes:

  bolt/lib/Core/BinaryFunctionProfile.cpp:222:10: error: variable
  'BBMergeSI' set but not used [-Werror,-Wunused-but-set-variable]

  bolt/lib/Passes/VeneerElimination.cpp:67:12: error: variable
  'VeneerCallers' set but not used [-Werror,-Wunused-but-set-variable]




More information about the All-commits mailing list