[all-commits] [llvm/llvm-project] 50db84: ResourcePriorityQueue.h - reduce unnecessary inclu...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue May 26 11:22:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 50db8402fc6652559d9ba3dc97bb787c4160ef5b
      https://github.com/llvm/llvm-project/commit/50db8402fc6652559d9ba3dc97bb787c4160ef5b
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/ResourcePriorityQueue.h
    M llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp

  Log Message:
  -----------
  ResourcePriorityQueue.h - reduce unnecessary includes to forward declarations. NFC.

Move includes to ResourcePriorityQueue.cpp


  Commit: 0165cf701156db4d399cb31d31ecb154372e2562
      https://github.com/llvm/llvm-project/commit/0165cf701156db4d399cb31d31ecb154372e2562
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M llvm/include/llvm/Analysis/ObjCARCAnalysisUtils.h
    M llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp

  Log Message:
  -----------
  ObjCARCAnalysisUtils.h - remove unused includes. NFC.

We just need to include Passes.h in ObjCARCAliasAnalysis.cpp to compensate


Compare: https://github.com/llvm/llvm-project/compare/b8a3c618d6c5...0165cf701156


More information about the All-commits mailing list