From: Dan Gohman Date: Mon, 30 Jul 2007 15:01:09 +0000 (+0000) Subject: Remove a FIXME comment that wasn't removed when the code it accompanied X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d47cab81b61f7f767248193d5f6cd6ea1918c60f;p=oota-llvm.git Remove a FIXME comment that wasn't removed when the code it accompanied was removed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40591 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 24f6b7978df..7847b77ae71 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -267,7 +267,6 @@ void AddStandardCompilePasses(PassManager &PM) { addPass(PM, createTailDuplicationPass()); // Simplify cfg by copying code addPass(PM, createInstructionCombiningPass()); // Cleanup for scalarrepl. addPass(PM, createCFGSimplificationPass()); // Merge & remove BBs - // FIXME: Temporary! addPass(PM, createScalarReplAggregatesPass()); // Break up aggregate allocas addPass(PM, createInstructionCombiningPass()); // Combine silly seq's addPass(PM, createCondPropagationPass()); // Propagate conditionals