[all-commits] [llvm/llvm-project] 65f40c: [ModuleInliner] Remove an inapplicable comment
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat May 27 22:26:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65f40cb455f8eaf83c163793d19640b56393c1e5
https://github.com/llvm/llvm-project/commit/65f40cb455f8eaf83c163793d19640b56393c1e5
Author: Kazu Hirata <kazu at google.com>
Date: 2023-05-27 (Sat, 27 May 2023)
Changed paths:
M llvm/lib/Transforms/IPO/ModuleInliner.cpp
Log Message:
-----------
[ModuleInliner] Remove an inapplicable comment
The module inliner has its own logic in deciding the order in which
call sites are inlined, so the comment is inapplicable.
More information about the All-commits
mailing list