[all-commits] [llvm/llvm-project] 930421: [unittests][llvm-exegesis] Remove build warnings [...
Francesco Petrogalli via All-commits
all-commits at lists.llvm.org
Mon May 15 06:53:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 930421e18c51c2e8eaf7ea92fcbfc4b1eabc5975
https://github.com/llvm/llvm-project/commit/930421e18c51c2e8eaf7ea92fcbfc4b1eabc5975
Author: Francesco Petrogalli <francesco.petrogalli at apple.com>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M llvm/unittests/tools/llvm-exegesis/PowerPC/AnalysisTest.cpp
M llvm/unittests/tools/llvm-exegesis/X86/SchedClassResolutionTest.cpp
Log Message:
-----------
[unittests][llvm-exegesis] Remove build warnings [NFCI]
Remove the warning caused by a missing field initializer.
The field is `StartAtCycle` of `struct MCWriteProcResEntry`.
It has been set to the default `StartAtCycle = 0`.
Differential Revision: https://reviews.llvm.org/D150569
More information about the All-commits
mailing list