| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index 0ca90098b3faf89c7dbb3f7f837eeacd831f4a4f..f55415306e047fbfa11e9996f6ee12a246dea1bc 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -767,8 +767,6 @@ Handle<Code> Pipeline::GenerateCode() {
|
| info()->function()->dont_optimize_reason() == kForOfStatement ||
|
| // TODO(turbofan): Make super work and remove this bailout.
|
| info()->function()->dont_optimize_reason() == kSuperReference ||
|
| - // TODO(turbofan): Make class literals work and remove this bailout.
|
| - info()->function()->dont_optimize_reason() == kClassLiteral ||
|
| // TODO(turbofan): Make OSR work with inner loops and remove this bailout.
|
| (info()->is_osr() && !FLAG_turbo_osr)) {
|
| return Handle<Code>::null();
|
|
|