summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LLVMTargetMachine.cpp
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
commitf356a89e926518249bace37cf2f5cefe1fcde878 (patch)
tree6dedb09dce71e4b4c9a7db7d9893bb704889d126 /llvm/lib/CodeGen/LLVMTargetMachine.cpp
parenta55d46100e6981935323cccd34e3d0d2def0a553 (diff)
downloadbcm5719-llvm-f356a89e926518249bace37cf2f5cefe1fcde878.tar.gz
bcm5719-llvm-f356a89e926518249bace37cf2f5cefe1fcde878.zip
Rename "loop aligner" pass to "code placement optimization" pass.
llvm-svn: 71150
Diffstat (limited to 'llvm/lib/CodeGen/LLVMTargetMachine.cpp')
-rw-r--r--llvm/lib/CodeGen/LLVMTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
index b4a0bc2b7ae..c93ecdab476 100644
--- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp
+++ b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
@@ -70,7 +70,7 @@ LLVMTargetMachine::addPassesToEmitFile(PassManagerBase &PM,
PM.add(createMachineFunctionPrinterPass(cerr));
if (OptLevel != CodeGenOpt::None)
- PM.add(createLoopAlignerPass());
+ PM.add(createCodePlacementOptPass());
switch (FileType) {
default:
OpenPOWER on IntegriCloud