[all-commits] [llvm/llvm-project] 3ce72c: Remove some includes that shouldn't be needed any ...

Björn Pettersson via All-commits all-commits at lists.llvm.org
Tue May 16 07:11:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ce72cd5f6d584d83d47e54edef5c132a6c3703d
      https://github.com/llvm/llvm-project/commit/3ce72cd5f6d584d83d47e54edef5c132a6c3703d
  Author: Bjorn Pettersson <bjorn.a.pettersson at ericsson.com>
  Date:   2023-05-16 (Tue, 16 May 2023)

  Changed paths:
    M llvm/lib/Analysis/Lint.cpp
    M llvm/lib/Transforms/Scalar/Scalar.cpp
    M llvm/lib/Transforms/Utils/InjectTLIMappings.cpp

  Log Message:
  -----------
  Remove some includes that shouldn't be needed any longer

This remove a bunch of #include statements in Scalar.cpp. I do not
think those should be needed any longer (assuming that they once
upon a time possibly were needed for legacy PM C bindings, but
that is not supported any longer).

Also removing some other #include statements not needed any longer
due to deprecation of legacy PM.

Differential Revision: https://reviews.llvm.org/D149438




More information about the All-commits mailing list