commit | 02482c89f1293a98133573bed5f1c3d48be94021 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Thu May 07 05:42:24 2009 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Thu May 07 05:42:24 2009 +0000 |
tree | 61d89ef85f314bec48cb9460b6e5539a44809aee | |
parent | f30fcff4a8486dd3216b51938849bc5ad0be59c2 [diff] [blame] |
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
diff --git a/lib/CodeGen/LLVMTargetMachine.cpp b/lib/CodeGen/LLVMTargetMachine.cpp index b4a0bc2..c93ecda 100644 --- a/lib/CodeGen/LLVMTargetMachine.cpp +++ b/lib/CodeGen/LLVMTargetMachine.cpp
@@ -70,7 +70,7 @@ PM.add(createMachineFunctionPrinterPass(cerr)); if (OptLevel != CodeGenOpt::None) - PM.add(createLoopAlignerPass()); + PM.add(createCodePlacementOptPass()); switch (FileType) { default: