[all-commits] [llvm/llvm-project] 9bbfe0: [NFC] Remove obsolete simplifyOnceImpl function
Max Kazantsev via All-commits
all-commits at lists.llvm.org
Mon Oct 25 23:52:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9bbfe0f72c37a884c5a6c1654cc705258c5e2886
https://github.com/llvm/llvm-project/commit/9bbfe0f72c37a884c5a6c1654cc705258c5e2886
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
Log Message:
-----------
[NFC] Remove obsolete simplifyOnceImpl function
The function simplifyOnce only calls simplifyOnceImpl and does nothing else.
Having this separate helper makes no sense. Removing it.
Patch by Dmitry Bakunevich!
Differential Revision: https://reviews.llvm.org/D112517
Reviewed By: mkazantsev
More information about the All-commits
mailing list