Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 4d6aacd78a882eb888ae68409e06f485c818e0ba..494860ba5adc60f1b14157107069325b3f405f9e 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -1053,13 +1053,6 @@ void Pipeline::RunPrintAndVerify(const char* phase, bool untyped) { |
Handle<Code> Pipeline::GenerateCode() { |
- // TODO(mstarzinger): This is just a temporary hack to make TurboFan work, |
- // the correct solution is to restore the context register after invoking |
- // builtins from full-codegen. |
- if (Context::IsJSBuiltin(isolate()->native_context(), info()->closure())) { |
- return Handle<Code>::null(); |
- } |
- |
ZonePool zone_pool; |
base::SmartPointer<PipelineStatistics> pipeline_statistics; |