Rename "loop aligner" pass to "code placement optimization" pass.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 7 May 2009 05:42:24 +0000 (05:42 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 7 May 2009 05:42:24 +0000 (05:42 +0000)
commitbbf1db72133e9cf986e4da6260736335533067db
tree61d89ef85f314bec48cb9460b6e5539a44809aee
parenta9bb0675e51e84d10107984c4b4a1fd13ea0a38d
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
include/llvm/CodeGen/Passes.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodePlacementOpt.cpp [new file with mode: 0644]
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/LoopAligner.cpp [deleted file]