[all-commits] [llvm/llvm-project] 447547: [ModuleInliner] Remove a stale comment (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Fri Sep 16 09:38:00 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 44754705290abd6bde8509221610ad96936aa422
      https://github.com/llvm/llvm-project/commit/44754705290abd6bde8509221610ad96936aa422
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
    M llvm/lib/Transforms/IPO/ModuleInliner.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list