Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index fbbb73e5bdcc70b2ee01421d6bcfa24518904ff0..b4b8e2dbc00e3e96b2e43d495392c777111dcf8c 100644 |
--- a/src/compiler/linkage.cc |
+++ b/src/compiler/linkage.cc |
@@ -96,10 +96,6 @@ FrameOffset Linkage::GetFrameOffset(int spill_slot, Frame* frame, |
// static |
bool Linkage::NeedsFrameState(Runtime::FunctionId function) { |
- if (!FLAG_turbo_deoptimization) { |
- return false; |
- } |
- |
// Most runtime functions need a FrameState. A few chosen ones that we know |
// not to call into arbitrary JavaScript, not to throw, and not to deoptimize |
// are blacklisted here and can be called without a FrameState. |