From 070a3f94a21e2a8de674c4dcfecc17a10b28ad4e Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 30 Jul 2007 15:01:09 +0000 Subject: Remove a FIXME comment that wasn't removed when the code it accompanied was removed. llvm-svn: 40591 --- llvm/tools/opt/opt.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm') diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp index 24f6b7978df..7847b77ae71 100644 --- a/llvm/tools/opt/opt.cpp +++ b/llvm/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 -- cgit v1.2.3