[PATCH] D19154: Remove some unneeded headers and replace some headers with forward class declarations

Eugene via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 03:16:39 PDT 2016


kevgs created this revision.
kevgs added reviewers: chandlerc, craig.topper.
kevgs added a subscriber: llvm-commits.
Herald added subscribers: joker.eph, qcolombet, MatzeB.

NFC. Hope this will speed up compilation a bit.

http://reviews.llvm.org/D19154

Files:
  include/llvm/ADT/APFloat.h
  include/llvm/ADT/APInt.h
  include/llvm/ADT/FoldingSet.h
  include/llvm/ADT/SmallBitVector.h
  include/llvm/ADT/StringMap.h
  include/llvm/IR/Comdat.h
  include/llvm/IR/DIBuilder.h
  include/llvm/IR/DataLayout.h
  include/llvm/IR/DebugInfo.h
  include/llvm/IR/DebugInfoMetadata.h
  include/llvm/IR/DiagnosticInfo.h
  include/llvm/IR/Dominators.h
  include/llvm/IR/Function.h
  include/llvm/IR/GlobalAlias.h
  include/llvm/IR/GlobalIFunc.h
  include/llvm/IR/GlobalObject.h
  include/llvm/IR/Intrinsics.h
  include/llvm/IR/LLVMContext.h
  include/llvm/IR/LegacyPassManagers.h
  include/llvm/IR/Mangler.h
  include/llvm/IR/Module.h
  include/llvm/IR/ModuleSummaryIndex.h
  include/llvm/IR/PassManager.h
  include/llvm/IR/TrackingMDRef.h
  include/llvm/IR/Type.h
  include/llvm/IR/Use.h
  include/llvm/IR/UseListOrder.h
  include/llvm/IR/User.h
  include/llvm/IR/Value.h
  include/llvm/IR/ValueSymbolTable.h
  include/llvm/IR/Verifier.h
  include/llvm/MC/MCParser/MCAsmLexer.h
  lib/CodeGen/MIRParser/MILexer.cpp
  lib/CodeGen/RegAllocFast.cpp
  lib/Support/APFloat.cpp
  lib/Support/APInt.cpp
  lib/Support/APSInt.cpp
  lib/Support/ScaledNumber.cpp
  unittests/ADT/APIntTest.cpp
  unittests/ADT/StringMapTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19154.53867.patch
Type: text/x-patch
Size: 19783 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160415/909d9dc3/attachment-0001.bin>


More information about the llvm-commits mailing list