diff options
author | Dan Gohman <gohman@apple.com> | 2007-07-30 15:01:09 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2007-07-30 15:01:09 +0000 |
commit | 070a3f94a21e2a8de674c4dcfecc17a10b28ad4e (patch) | |
tree | 0b1e6444f30a54d827f29413d83c90f64f55dcd9 /llvm | |
parent | 55360dacd473b32e5d69c4fef1b5b20099c74c56 (diff) | |
download | bcm5719-llvm-070a3f94a21e2a8de674c4dcfecc17a10b28ad4e.tar.gz bcm5719-llvm-070a3f94a21e2a8de674c4dcfecc17a10b28ad4e.zip |
Remove a FIXME comment that wasn't removed when the code it accompanied
was removed.
llvm-svn: 40591
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/tools/opt/opt.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 |