[clang] [clang][NFC] Fix some clang-format mistakes (PR #138036)
Nick Sarnie via cfe-commits
cfe-commits at lists.llvm.org
Fri May 2 12:26:42 PDT 2025
================
@@ -3997,7 +3996,7 @@ void CodeGenFunction::EmitFunctionEpilog(const CGFunctionInfo &FI,
RV = SI->getValueOperand();
SI->eraseFromParent();
- // Otherwise, we have to do a simple load.
+ // Otherwise, we have to do a simple load.
----------------
sarnex wrote:
I'll go through and check, thanks
https://github.com/llvm/llvm-project/pull/138036
More information about the cfe-commits
mailing list