Remove a FIXME that is unlikely to be fixed (streaming code generation).

llvm-svn: 102623
This commit is contained in:
Daniel Dunbar 2010-04-29 16:29:09 +00:00
parent 117c19fa4d
commit 50aa0a528d
1 changed files with 16 additions and 20 deletions

View File

@ -321,11 +321,7 @@ bool BackendConsumer::AddEmitPasses() {
RegisterRegAlloc::setDefault(Fast ? createLocalRegisterAllocator :
createLinearScanRegisterAllocator);
// From llvm-gcc:
// If there are passes we have to run on the entire module, we do codegen
// as a separate "pass" after that happens.
// FIXME: This is disabled right now until bugs can be worked out. Reenable
// this for fast -O0 compiles!
// Create the code generator passes.
FunctionPassManager *PM = getCodeGenPasses();
CodeGenOpt::Level OptLevel = CodeGenOpt::Default;