[all-commits] [llvm/llvm-project] cd9ca4: Remove unnecessary return in InlinerPass.cpp (#123...
Hyunsung Lee via All-commits
all-commits at lists.llvm.org
Sun Jan 19 21:21:31 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd9ca423b7400000b4e0199450283439fcc1bbd9
https://github.com/llvm/llvm-project/commit/cd9ca423b7400000b4e0199450283439fcc1bbd9
Author: Hyunsung Lee <hlee at octo.ai>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M mlir/lib/Transforms/InlinerPass.cpp
Log Message:
-----------
Remove unnecessary return in InlinerPass.cpp (#123507)
`void InlinerPass::runOnOperation()` doesn't need to have `return;` at
the end of the procedure.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list