[all-commits] [llvm/llvm-project] 356152: DFAEmitter.h - remove unnecessary headers. NFC.

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri May 8 07:14:10 PDT 2020


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

  Changed paths:
    M llvm/utils/TableGen/DFAEmitter.h

  Log Message:
  -----------
  DFAEmitter.h - remove unnecessary headers. NFC.

Reduce StringRef.h include to forward declaration and add implicit SmallVector.h and <map> include dependencies.


  Commit: 9f726376e34e27170fb6cd4e5e72dfff4026c1cd
      https://github.com/llvm/llvm-project/commit/9f726376e34e27170fb6cd4e5e72dfff4026c1cd
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-05-08 (Fri, 08 May 2020)

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

  Log Message:
  -----------
  LiveIntervalCalc - remove unnecessary includes. NFC.

As we're inheriting from LiveRangeCalc, all the headers are already explicitly required by LiveRangeCalc.h


Compare: https://github.com/llvm/llvm-project/compare/fa22594c0f6e...9f726376e34e


More information about the All-commits mailing list