[unittests][llvm-exegesis] Remove build warnings [NFCI]
authorFrancesco Petrogalli <francesco.petrogalli@apple.com>
Mon, 15 May 2023 13:26:32 +0000 (15:26 +0200)
committerFrancesco Petrogalli <francesco.petrogalli@apple.com>
Mon, 15 May 2023 13:51:23 +0000 (15:51 +0200)
commit930421e18c51c2e8eaf7ea92fcbfc4b1eabc5975
tree38ceb926937cdb39d1432baa48a828fd7f19d19a
parentcbd9e5454741ebe6b39521fe1a8ed4eed5c2c801
[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
llvm/unittests/tools/llvm-exegesis/PowerPC/AnalysisTest.cpp
llvm/unittests/tools/llvm-exegesis/X86/SchedClassResolutionTest.cpp