Index: src/compiler/js-generic-lowering.cc |
diff --git a/src/compiler/js-generic-lowering.cc b/src/compiler/js-generic-lowering.cc |
index b8cf80389ca7d3c9b150da0e528fa8b93b36104a..b4f068c91c43584216c64d0045fac3d4e72e9868 100644 |
--- a/src/compiler/js-generic-lowering.cc |
+++ b/src/compiler/js-generic-lowering.cc |
@@ -295,9 +295,6 @@ REPLACE_UNIMPLEMENTED(JSDebugger) |
static CallDescriptor::Flags FlagsForNode(Node* node) { |
CallDescriptor::Flags result = CallDescriptor::kNoFlags; |
- if (OperatorProperties::CanLazilyDeoptimize(node->op())) { |
- result |= CallDescriptor::kLazyDeoptimization; |
- } |
if (OperatorProperties::HasFrameStateInput(node->op())) { |
result |= CallDescriptor::kNeedsFrameState; |
} |