aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-05-07 05:42:24 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-05-07 05:42:24 +0000
commitbbf1db72133e9cf986e4da6260736335533067db (patch)
tree61d89ef85f314bec48cb9460b6e5539a44809aee /lib/CodeGen/CMakeLists.txt
parenta9bb0675e51e84d10107984c4b4a1fd13ea0a38d (diff)
downloadexternal_llvm-bbf1db72133e9cf986e4da6260736335533067db.zip
external_llvm-bbf1db72133e9cf986e4da6260736335533067db.tar.gz
external_llvm-bbf1db72133e9cf986e4da6260736335533067db.tar.bz2
Rename "loop aligner" pass to "code placement optimization" pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71150 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CMakeLists.txt')
-rw-r--r--lib/CodeGen/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index bf8c153..2cae80f 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -1,5 +1,6 @@
add_llvm_library(LLVMCodeGen
BranchFolding.cpp
+ CodePlacementOpt.cpp
DeadMachineInstructionElim.cpp
ELFWriter.cpp
GCMetadata.cpp
@@ -13,7 +14,6 @@ add_llvm_library(LLVMCodeGen
LiveIntervalAnalysis.cpp
LiveStackAnalysis.cpp
LiveVariables.cpp
- LoopAligner.cpp
LowerSubregs.cpp
MachOWriter.cpp
MachineBasicBlock.cpp