| Index: src/compiler/operator-properties.cc
|
| diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc
|
| index 3a7f2f0d84c1f477251f97105e44c0863bb89200..a87a1727c9a8f2c99a109bb61dc98a68cd05a77c 100644
|
| --- a/src/compiler/operator-properties.cc
|
| +++ b/src/compiler/operator-properties.cc
|
| @@ -21,9 +21,6 @@ bool OperatorProperties::HasContextInput(const Operator* op) {
|
|
|
| // static
|
| int OperatorProperties::GetFrameStateInputCount(const Operator* op) {
|
| - if (!FLAG_turbo_deoptimization) {
|
| - return 0;
|
| - }
|
| switch (op->opcode()) {
|
| case IrOpcode::kFrameState:
|
| return 1;
|
|
|