diff options
author | Matthias Braun <matze@braunis.de> | 2016-05-10 03:21:59 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2016-05-10 03:21:59 +0000 |
commit | 31d19d43c79603d43c331bce2e92e5569c2ea216 (patch) | |
tree | 8878cfa723e0dae760fca04600f258e490278e06 /llvm/lib/CodeGen/CMakeLists.txt | |
parent | d06896138c8c3cf38f94091b2e928318546f80b2 (diff) | |
download | bcm5719-llvm-31d19d43c79603d43c331bce2e92e5569c2ea216.tar.gz bcm5719-llvm-31d19d43c79603d43c331bce2e92e5569c2ea216.zip |
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Many files include Passes.h but only a fraction needs to know about the
TargetPassConfig class. Move it into an own header. Also rename
Passes.cpp to TargetPassConfig.cpp while we are at it.
llvm-svn: 269011
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 2f99802d148..a60135c78ca 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -82,7 +82,6 @@ add_llvm_library(LLVMCodeGen MIRPrintingPass.cpp OptimizePHIs.cpp ParallelCG.cpp - Passes.cpp PeepholeOptimizer.cpp PHIElimination.cpp PHIEliminationUtils.cpp @@ -124,6 +123,7 @@ add_llvm_library(LLVMCodeGen TargetLoweringBase.cpp TargetLoweringObjectFileImpl.cpp TargetOptionsImpl.cpp + TargetPassConfig.cpp TargetRegisterInfo.cpp TargetSchedule.cpp TwoAddressInstructionPass.cpp |