[ModuleInliner] Remove a stale comment (NFC)
authorKazu Hirata <kazu@google.com>
Fri, 16 Sep 2022 16:37:43 +0000 (09:37 -0700)
committerKazu Hirata <kazu@google.com>
Fri, 16 Sep 2022 16:37:43 +0000 (09:37 -0700)
commit44754705290abd6bde8509221610ad96936aa422
treefce337eec140b2a5966605553a9e5d40fb2acc39
parent42a90e6017b04f218a398b46c331fb5a8336433d
[ModuleInliner] Remove a stale comment (NFC)

These comments refer to the nested loop in the module inliner where
the inner loop grouped call sites from the same caller.  We don't
group call sites anymore, so the comment has become stale.
llvm/lib/Transforms/IPO/ModuleInliner.cpp