Skip to content

Commit

Permalink
Edit message
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Jul 16, 2024
1 parent 571f700 commit 1135b7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Target/SBF/SBFRegisterInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ static void WarnSize(int Offset, MachineFunction &MF, DebugLoc& DL)
<< -MaxOffset << " by " << MaxOffset - Offset
<< " bytes, please minimize large stack variables. "
<< "Estimated function frame size: " << StackSize << " bytes. "
<< "The program may misbehave during execution."
<< "\n\n";

OffendingFunction.setName(OffendingFunction.getName() +
Expand Down

0 comments on commit 1135b7a

Please sign in to comment.