| Index: src/hydrogen-instructions.cc
|
| diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc
|
| index e9ca099225cf83804076fe22ca8eaa60ab92ab44..f65b0c262331447971500f7988b6b91651ba4858 100644
|
| --- a/src/hydrogen-instructions.cc
|
| +++ b/src/hydrogen-instructions.cc
|
| @@ -861,7 +861,6 @@ bool HInstruction::CanDeoptimize() {
|
| case HValue::kDiv:
|
| case HValue::kForInCacheArray:
|
| case HValue::kForInPrepareMap:
|
| - case HValue::kFunctionLiteral:
|
| case HValue::kInvokeFunction:
|
| case HValue::kLoadContextSlot:
|
| case HValue::kLoadFunctionPrototype:
|
|
|