Files
clang-p2996/mlir/lib/Transforms/InlinerPass.cpp
Hyunsung Lee cd9ca423b7 Remove unnecessary return in InlinerPass.cpp (#123507)
`void InlinerPass::runOnOperation()` doesn't need to have `return;` at
the end of the procedure.
2025-01-20 08:21:09 +03:00

7.2 KiB