[all-commits] [llvm/llvm-project] 194b16: [BOLT][NFC] Fix compiler warnings
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Fri Feb 4 15:57:51 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 194b164eb51eb8ada545f35b485887295a3e3541
https://github.com/llvm/llvm-project/commit/194b164eb51eb8ada545f35b485887295a3e3541
Author: Amir Ayupov <aaupov at fb.com>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M bolt/lib/Passes/IndirectCallPromotion.cpp
M bolt/lib/Passes/Inliner.cpp
M bolt/lib/Rewrite/BinaryPassManager.cpp
Log Message:
-----------
[BOLT][NFC] Fix compiler warnings
Summary:
- variable 'TotalSize' set but not used
- variable 'TotalCallsTopN' set but not used
- use of bitwise '|' with boolean operands
Reviewed By: maksfb
FBD33911129
More information about the All-commits
mailing list