summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-05-15 07:43:15 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-05-15 07:43:15 +0000
commit13e693f331ca6652c9dc9dfcaea7a6060ff6ad79 (patch)
tree76c6aa736b7983f0d7852329921fadd69f45b9ed /llvm
parent6c59132241729320cccb79f00e9b4652f44b17ff (diff)
downloadbcm5719-llvm-13e693f331ca6652c9dc9dfcaea7a6060ff6ad79.tar.gz
bcm5719-llvm-13e693f331ca6652c9dc9dfcaea7a6060ff6ad79.zip
Remove tail duplication pass.
llvm-svn: 51139
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/opt/opt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp
index e3ea59e26bf..2639a802e8d 100644
--- a/llvm/tools/opt/opt.cpp
+++ b/llvm/tools/opt/opt.cpp
@@ -264,7 +264,6 @@ void AddStandardCompilePasses(PassManager &PM) {
addPass(PM, createFunctionInliningPass()); // Inline small functions
addPass(PM, createArgumentPromotionPass()); // Scalarize uninlined fn args
- addPass(PM, createTailDuplicationPass()); // Simplify cfg by copying code
addPass(PM, createSimplifyLibCallsPass()); // Library Call Optimizations
addPass(PM, createInstructionCombiningPass()); // Cleanup for scalarrepl.
addPass(PM, createJumpThreadingPass()); // Thread jumps.
OpenPOWER on IntegriCloud