diff options
author | Hyunsung Lee <hlee@octo.ai> | 2025-01-20 14:21:09 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-20 08:21:09 +0300 |
commit | cd9ca423b7400000b4e0199450283439fcc1bbd9 (patch) | |
tree | 7846fb54e78be574e9b7264cca04f5712e18c0a5 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 4294fe173e9696a4c090857fa0766cd44c1964dc (diff) | |
download | llvm-cd9ca423b7400000b4e0199450283439fcc1bbd9.zip llvm-cd9ca423b7400000b4e0199450283439fcc1bbd9.tar.gz llvm-cd9ca423b7400000b4e0199450283439fcc1bbd9.tar.bz2 |
Remove unnecessary return in InlinerPass.cpp (#123507)
`void InlinerPass::runOnOperation()` doesn't need to have `return;` at
the end of the procedure.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions