We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1287434 commit 5053dc6Copy full SHA for 5053dc6
llvm/lib/CodeGen/PrologEpilogInserter.cpp
@@ -366,7 +366,7 @@ void PEI::calculateCallFrameInfo(MachineFunction &MF) {
366
return;
367
368
// (Re-)Compute the MaxCallFrameSize.
369
- uint32_t MaxCFSIn =
+ [[maybe_unused]] uint32_t MaxCFSIn =
370
MFI.isMaxCallFrameSizeComputed() ? MFI.getMaxCallFrameSize() : UINT32_MAX;
371
std::vector<MachineBasicBlock::iterator> FrameSDOps;
372
MFI.computeMaxCallFrameSize(MF, &FrameSDOps);
0 commit comments