[all-commits] [llvm/llvm-project] c528c9: [InstCombine] Remove CreateNonTerminatorUnreachabl...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Tue Aug 24 06:52:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c528c9490b0c78ec8f700a3670b9ecf9f4702095
https://github.com/llvm/llvm-project/commit/c528c9490b0c78ec8f700a3670b9ecf9f4702095
Author: Kazu Hirata <kazu at google.com>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
Log Message:
-----------
[InstCombine] Remove CreateNonTerminatorUnreachable (NFC)
The function was introduced without a use on Jun 3, 2020 in commit
2a6c871596ce8bdd23501a96fd22f0f16d3cfcad. Note that the identical
function is defined in InstCombineInternal.h without static, which is
in use.
More information about the All-commits
mailing list