| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index b89a64520b5abd1eb0c25bbcca8cc695b55de3dd..58e135ceaae7d3eecfc1b3c3b8f36dc5bf76718e 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -140,10 +140,7 @@ void CompilationInfo::Initialize(Isolate* isolate,
|
| if (isolate_->debug()->is_active()) MarkAsDebug();
|
| if (FLAG_context_specialization) MarkAsContextSpecializing();
|
| if (FLAG_turbo_inlining) MarkAsInliningEnabled();
|
| -#if !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_ARM64 && V8_TURBOFAN_BACKEND
|
| - // TODO(mstarzinger): Bugs in ARM back-end block enabling typed pipeline.
|
| if (FLAG_turbo_types) MarkAsTypingEnabled();
|
| -#endif
|
|
|
| if (!shared_info_.is_null()) {
|
| DCHECK(strict_mode() == SLOPPY);
|
|
|