MachineScheduler.cpp: Fixup D141707, suppress `MISchedDumpReservedCycles` conditionally.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 14 Jan 2023 00:58:16 +0000 (09:58 +0900)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 14 Jan 2023 01:04:23 +0000 (10:04 +0900)
commit292019e931a0f1b863a6f1efbeb4d08233f81328
tree4d88913152aff42fd0bcbc8f03f32258b1d07c60
parentd3968cdf2e840870d5a7052dbdf570b6c71aa993
MachineScheduler.cpp: Fixup D141707, suppress `MISchedDumpReservedCycles` conditionally.

It is used in `LLVM_ENABLE_DUMP` regardless of `NDEBUG`.
llvm/lib/CodeGen/MachineScheduler.cpp